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)