Skip to content

Commit

Permalink
Extension config
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Sep 21, 2023
1 parent a9df320 commit 4549933
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>ios.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>4</integer>
<integer>3</integer>
</dict>
</dict>
</dict>
Expand Down
3 changes: 2 additions & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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")
Expand Down Expand Up @@ -35,7 +36,7 @@ kotlin {
}
}

skie {
extensions.getByType<SkieExtension>().apply {
features {
group("co.touchlab.skie.types") {
SealedInterop.Enabled(false)
Expand Down

0 comments on commit 4549933

Please sign in to comment.