Skip to content

Commit f95cdff

Browse files
committed
Bump to Kotlin 2.1.20
1 parent c60dcc2 commit f95cdff

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
22
multiplatformSettings = "1.4.0-SNAPSHOT"
33

4-
kotlin = "2.1.0"
4+
kotlin = "2.1.20"
55
#noinspection GradleDependency
6-
conventionKotlin = "2.0.21" # Convention plugins sometimes need older Kotlin for compatibility with kotlin-dsl plugin
6+
conventionKotlin = "2.1.20" # Convention plugins sometimes need older Kotlin for compatibility with kotlin-dsl plugin
77

88
android-gradle = "8.7.2"
99
android-minSdk = "21"

sample/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
*/
1616

1717
plugins {
18-
kotlin("multiplatform") version "2.1.0" apply false
19-
kotlin("android") version "2.1.0" apply false
20-
kotlin("plugin.compose") version "2.1.0"
18+
kotlin("multiplatform") version "2.1.20" apply false
19+
kotlin("android") version "2.1.20" apply false
20+
kotlin("plugin.compose") version "2.1.20"
2121
id("com.android.library") version "8.7.2" apply false
2222
id("com.android.application") version "8.7.2" apply false
2323
}
2424

2525
allprojects {
26-
ext["library_version"] = "1.3.0"
26+
ext["library_version"] = "1.4.0-SNAPSHOT"
2727

2828
repositories {
2929
mavenLocal()

0 commit comments

Comments
 (0)