Skip to content

Commit

Permalink
Added iOS and JS support to the navigation-compose module
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Oct 8, 2022
1 parent 4082d13 commit c20d672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
systemProp.org.gradle.internal.publish.checksums.insecure=true
android.useAndroidX=true
org.jetbrains.compose.experimental.uikit.enabled=true
org.jetbrains.compose.experimental.jscanvas.enabled=true
3 changes: 2 additions & 1 deletion navigation-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ kotlin {
jvm()
js(IR) {
browser()
nodejs()
}
ios()
iosSimulatorArm64()
}
sourceSets {
all {
Expand Down

0 comments on commit c20d672

Please sign in to comment.