Skip to content

[Infra] Bump kotlin and related deps to 2.0.21 #7105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ plugins {
alias(libs.plugins.protobuf) apply false
alias(libs.plugins.errorprone)
alias(libs.plugins.crashlytics) apply false
alias(libs.plugins.kapt) apply false
id("PublishingPlugin")
id("firebase-ci")
id("smoke-tests")
Expand Down
2 changes: 1 addition & 1 deletion firebase-sessions/firebase-sessions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id("firebase-library")
id("firebase-vendor")
id("kotlin-android")
id("kotlin-kapt")
alias(libs.plugins.kapt)
}

firebaseLibrary {
Expand Down
13 changes: 7 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ cardview = "1.0.0"
checkerQual = "2.5.2"
constraintlayout = "2.1.4"
coreKtx = "1.12.0"
coroutines = "1.7.3"
dagger = "2.43.2"
coroutines = "1.9.0"
dagger = "2.55"
datastore = "1.1.3"
dexmaker = "2.28.1"
dexmakerVersion = "1.2"
Expand All @@ -45,16 +45,16 @@ javalite = "3.25.5"
jsonassert = "1.5.0"
kotest = "5.9.0" # Do not use 5.9.1 because it reverts the fix for https://github.com/kotest/kotest/issues/3981
kotestAssertionsCore = "5.8.1"
kotlin = "1.8.22"
ktorVersion = "2.3.2"
kotlin = "2.0.21"
ktorVersion = "3.0.3"
legacySupportV4 = "1.0.0"
lifecycleProcess = "2.3.1"
material = "1.12.0"
mavenResolverApi = "1.9.23"
mavenResolverProvider = "3.9.9"
mockito = "5.2.0"
mockitoAndroid = "3.4.0"
mockk = "1.13.11"
mockk = "1.14.2" # Do not use 1.14.3 or above since it bumps kotlin to 2.1.x
playServicesCloudMessaging = "17.2.0"
playServicesStats = "17.0.2"
playServicesVision = "20.1.3"
Expand All @@ -68,7 +68,7 @@ robolectric = "4.12"
runner = "1.0.2"
rxandroid = "2.0.2"
rxjava = "2.1.14"
serialization = "1.5.1"
serialization = "1.7.3"
slf4jNop = "2.0.9"
spotless = "7.0.4"
testServices = "1.2.0"
Expand Down Expand Up @@ -240,3 +240,4 @@ protobuf = { id = "com.google.protobuf", version.ref = "protobufGradlePlugin" }
errorprone = { id = "net.ltgt.errorprone", version.ref = "gradleErrorpronePlugin" }
google-services = { id = "com.google.gms.google-services", version.ref = "googleServices" }
crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "firebaseCrashlyticsGradle" }
kapt = { id = "org.jetbrains.kotlin.kapt", version = "2.1.20"}
2 changes: 1 addition & 1 deletion subprojects.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ firebase-config:test-app
firebase-config-interop
firebase-crashlytics
firebase-crashlytics:ktx
firebase-crashlytics-ndk
# firebase-crashlytics-ndk
firebase-database
firebase-database:ktx
firebase-database-collection
Expand Down
Loading