Deactivated targets tvOS and watchOS as korim 3.4.0 does not support them
This commit is contained in:
parent
c6ac784e1f
commit
811c2cacef
|
@ -43,10 +43,10 @@ kotlin {
|
|||
iosSimulatorArm64()
|
||||
macosX64()
|
||||
macosArm64()
|
||||
watchosArm64()
|
||||
watchosSimulatorArm64()
|
||||
tvosArm64()
|
||||
tvosSimulatorArm64()
|
||||
// watchosArm64() // korim 3.4.0 does not support tvOS
|
||||
// watchosSimulatorArm64()
|
||||
// tvosArm64() // korim 3.4.0 does not support tvOS
|
||||
// tvosSimulatorArm64()
|
||||
|
||||
applyDefaultHierarchyTemplate()
|
||||
|
||||
|
|
Loading…
Reference in New Issue