Skip to content

Commit 6718498

Browse files
committed
WMSDK-554: Bump kotlin to 2.2.21
1 parent b418be6 commit 6718498

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
agp = "8.9.1"
3-
kotlin = "1.9.22"
4-
kotlinxCoroutinesTest = "1.8.1"
3+
kotlin = "2.2.21"
4+
kotlinxCoroutinesTest = "1.9.0"
55

66
[libraries]
77
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
22
pluginManagement {
33
plugins {
4-
id("org.jetbrains.kotlin.multiplatform") version "1.9.22"
4+
id("org.jetbrains.kotlin.multiplatform") version "2.2.21"
55
id("com.android.library") version "8.9.1"
66
id("com.vanniktech.maven.publish") version "0.33.0"
77
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"

0 commit comments

Comments
 (0)