File tree 2 files changed +3
-3
lines changed
openfeature/providers/kotlin-provider
gofeatureflag-kotlin-provider
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
plugins {
3
3
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
5
5
id(" com.android.library" ) version " 8.5.2" apply false
6
6
id(" org.jlleitschuh.gradle.ktlint" ) version " 11.6.1" apply true
7
7
id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0.0" apply true
Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ dependencies {
96
96
api(" dev.openfeature:android-sdk:0.3.2" )
97
97
api(" com.squareup.okhttp3:okhttp:4.12.0" )
98
98
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 " )
100
100
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 " )
102
102
testImplementation(" com.squareup.okhttp3:mockwebserver:4.12.0" )
103
103
testImplementation(" org.skyscreamer:jsonassert:1.5.3" )
104
104
}
You can’t perform that action at this time.
0 commit comments