Skip to content

Commit d32e9cd

Browse files
chore: Bump Kotlin to 2.1.0
Signed-off-by: Thomas Poignant <[email protected]>
1 parent bc94e84 commit d32e9cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openfeature/providers/kotlin-provider/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
33
id("com.android.application") version "8.5.2" apply false
4-
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
4+
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
55
id("com.android.library") version "8.5.2" apply false
66
id("org.jlleitschuh.gradle.ktlint") version "11.6.1" apply true
77
id("io.github.gradle-nexus.publish-plugin") version "2.0.0" apply true

openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ dependencies {
9696
api("dev.openfeature:android-sdk:0.3.2")
9797
api("com.squareup.okhttp3:okhttp:4.12.0")
9898
api("com.google.code.gson:gson:2.11.0")
99-
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
99+
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
100100
testImplementation("junit:junit:4.13.2")
101-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
101+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1")
102102
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
103103
testImplementation("org.skyscreamer:jsonassert:1.5.3")
104104
}

0 commit comments

Comments
 (0)