Skip to content

Commit

Permalink
Update plugin kotlin to v1.9.20 (#278)
Browse files Browse the repository at this point in the history
* Update plugin kotlin to v1.9.20

* Remove obsolete targets

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <jw@squareup.com>
  • Loading branch information
renovate[bot] and JakeWharton authored Oct 31, 2023
1 parent 95f4e91 commit 865daee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ kotlin {
androidNativeArm64()
androidNativeX86()
androidNativeX64()
iosArm32()
iosArm64()
iosX64()
iosSimulatorArm64()
Expand All @@ -48,7 +47,6 @@ kotlin {
tvosSimulatorArm64()
watchosArm32()
watchosArm64()
watchosX86()
watchosX64()
watchosDeviceArm64()
watchosSimulatorArm64()
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", ve
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }

[plugins]
kotlin = { id = "org.jetbrains.kotlin.multiplatform", version = "1.9.10" }
kotlin = { id = "org.jetbrains.kotlin.multiplatform", version = "1.9.20" }
spotless = { id = "com.diffplug.spotless", version = "6.22.0" }
publish = { id = "com.vanniktech.maven.publish", version = "0.25.3" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.10" }
Expand Down

0 comments on commit 865daee

Please sign in to comment.