Merge pull request #332 from android/kotlin-1720

Update Kotlin to 1.7.20
pull/356/head
Don Turner 2 years ago committed by GitHub
commit 40c0cb2a03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,8 +65,3 @@ dependencies {
implementation(libs.androidx.dataStore.core)
implementation(libs.protobuf.kotlin.lite)
}
// TODO b/239411851, Remove kapt workaround configuration
kapt {
correctErrorTypes = true
}

@ -30,8 +30,6 @@ org.gradle.unsafe.configuration-cache=true
android.useAndroidX=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Allow kapt to use incremental processing
kapt.incremental.apt=true
# Non-transitive R classes is recommended and is faster/smaller
android.nonTransitiveRClass=true

@ -6,7 +6,7 @@ androidxActivity = "1.6.0"
androidxAppCompat = "1.5.1"
androidxCompose = "1.3.0-beta02"
androidxComposeRuntimeTracing = "1.0.0-alpha01"
androidxComposeCompiler = "1.3.1"
androidxComposeCompiler = "1.3.2"
androidxComposeMaterial3 = "1.0.0-beta03"
androidxCore = "1.9.0"
androidxCoreSplashscreen = "1.0.0"
@ -35,11 +35,11 @@ hilt = "2.42"
hiltExt = "1.0.0"
jacoco = "0.8.7"
junit4 = "4.13.2"
kotlin = "1.7.10"
kotlin = "1.7.20"
kotlinxCoroutines = "1.6.4"
kotlinxDatetime = "0.4.0"
kotlinxSerializationJson = "1.4.0"
ksp = "1.7.10-1.0.6"
ksp = "1.7.20-1.0.6"
lint = "30.2.2"
okhttp = "4.10.0"
protobuf = "3.21.5"

Loading…
Cancel
Save