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()
|
iosSimulatorArm64()
|
||||||
macosX64()
|
macosX64()
|
||||||
macosArm64()
|
macosArm64()
|
||||||
watchosArm64()
|
// watchosArm64() // korim 3.4.0 does not support tvOS
|
||||||
watchosSimulatorArm64()
|
// watchosSimulatorArm64()
|
||||||
tvosArm64()
|
// tvosArm64() // korim 3.4.0 does not support tvOS
|
||||||
tvosSimulatorArm64()
|
// tvosSimulatorArm64()
|
||||||
|
|
||||||
applyDefaultHierarchyTemplate()
|
applyDefaultHierarchyTemplate()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue