Skip to content

Commit

Permalink
Update plugin kotlin-multiplatform to v1.9.21 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
juul-mobile-bot authored Dec 7, 2023
1 parent 740d7b2 commit a2b9a30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
group=com.juul.datadog.sample
org.gradle.jvmargs=-Xmx1g
kotlin.mpp.enableCInteropCommonization=true
kotlin.js.compiler=ir
android.useAndroidX=true
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android-compile = "34"
android-target = "33"
android-min = "21"
compose = "1.5.4"
compose-compiler = "1.5.5"
compose-compiler = "1.5.6"
datadog-kmp = "0.1.0"
jvm-toolchain = "11"

Expand All @@ -27,6 +27,6 @@ compose = [
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version = "1.9.20" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version = "1.9.21" }
kotlinter = { id = "org.jmailen.kotlinter", version = "4.1.0" }
swiftpackage = { id = "io.github.luca992.multiplatform-swiftpackage", version = "2.2.0" }

0 comments on commit a2b9a30

Please sign in to comment.