From 454993313d62cc7a35c2c8aa696b2c5a20984e49 Mon Sep 17 00:00:00 2001 From: Kevin Galligan Date: Thu, 21 Sep 2023 09:28:04 -0400 Subject: [PATCH] Extension config --- .../kgalligan.xcuserdatad/xcschemes/xcschememanagement.plist | 2 +- shared/build.gradle.kts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ios/ios.xcodeproj/xcuserdata/kgalligan.xcuserdatad/xcschemes/xcschememanagement.plist b/ios/ios.xcodeproj/xcuserdata/kgalligan.xcuserdatad/xcschemes/xcschememanagement.plist index 7d51f8a..baf3f6e 100644 --- a/ios/ios.xcodeproj/xcuserdata/kgalligan.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/ios/ios.xcodeproj/xcuserdata/kgalligan.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,7 +7,7 @@ ios.xcscheme_^#shared#^_ orderHint - 4 + 3 diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index a19117b..e451649 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -1,5 +1,6 @@ import co.touchlab.skie.configuration.EnumInterop import co.touchlab.skie.configuration.SealedInterop +import co.touchlab.skie.plugin.configuration.SkieExtension plugins { kotlin("multiplatform") @@ -35,7 +36,7 @@ kotlin { } } -skie { +extensions.getByType().apply { features { group("co.touchlab.skie.types") { SealedInterop.Enabled(false)