Skip to content

Commit b1d21e5

Browse files
committed
Update
1 parent 06a6695 commit b1d21e5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

buildSrc/src/main/java/Config.kt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
object Config {
22
val agpVersion = "7.4.2"
3-
val kotlinVersion = "1.9.23"
4-
val composeVersion = "1.6.1"
3+
val kotlinVersion = "2.1.21"
4+
val composePluginVersion = "1.8.0"
55
val gradleMavenPublishPluginVersion = "0.18.0"
66

77
val multiplatform = "multiplatform"
88
val cocoapods = "native.cocoapods"
99
val jetpackCompose = "org.jetbrains.compose"
10+
val kotlinCompose = "org.jetbrains.kotlin.plugin.compose"
1011
val gradleMavenPublishPlugin = "com.vanniktech.maven.publish"
1112
val androidGradle = "com.android.library"
1213
val kotlinSerializationPlugin = "plugin.serialization"
@@ -26,7 +27,7 @@ object Config {
2627
val detekt = "io.gitlab.arturbosch.detekt"
2728
val detektVersion = "1.22.0"
2829
val binaryCompatibility = "org.jetbrains.kotlinx.binary-compatibility-validator"
29-
val binaryCompatibilityVersion = "0.13.1"
30+
val binaryCompatibilityVersion = "0.18.0"
3031
}
3132

3233
object Libs {
@@ -59,9 +60,9 @@ object Config {
5960
val ktorClientOkHttp = "io.ktor:ktor-client-okhttp:2.3.6"
6061
val ktorClientDarwin = "io.ktor:ktor-client-darwin:2.3.6"
6162

62-
val roboelectric = "org.robolectric:robolectric:4.9"
63-
val junitKtx = "androidx.test.ext:junit-ktx:1.1.5"
64-
val mockitoCore = "org.mockito:mockito-core:5.4.0"
63+
val roboelectric = "org.robolectric:robolectric:4.15.1"
64+
val junitKtx = "androidx.test.ext:junit-ktx:1.2.1"
65+
val mockitoCore = "org.mockito:mockito-core:5.18.0"
6566
}
6667

6768
object Android {

0 commit comments

Comments
 (0)