Skip to content

Commit

Permalink
Merge branch 'main' into i/generate-api-file
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbwong authored Nov 11, 2023
2 parents fc33b15 + f60ad4a commit de9f7f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
androidGradle = "8.1.2"
androidGradle = "8.1.3"
junit = "5.9.3"
kotlin = "1.9.10"
kotlin = "1.9.20"
ktlintGradle = "11.4.0"
pluginPublish = "1.2.0"
metalavaGradle = "0.3.3"
metalavaGradle = "0.3.4-SNAPSHOT"

[plugins]
ktlintGradle = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlintGradle" }
Expand Down
4 changes: 3 additions & 1 deletion samples/kotlin-multiplatform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ plugins {
}

kotlin {
ios()
iosX64()
iosArm64()
iosSimulatorArm64()
js {
nodejs()
}
Expand Down

0 comments on commit de9f7f8

Please sign in to comment.