File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed
Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,3 @@ dependencies {
6565 implementation(libs.androidx.dataStore.core)
6666 implementation(libs.protobuf.kotlin.lite)
6767}
68-
69- // TODO b/239411851, Remove kapt workaround configuration
70- kapt {
71- correctErrorTypes = true
72- }
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ org.gradle.unsafe.configuration-cache=true
3030android.useAndroidX =true
3131# Kotlin code style for this project: "official" or "obsolete":
3232kotlin.code.style =official
33- # Allow kapt to use incremental processing
34- kapt.incremental.apt =true
3533
3634# Non-transitive R classes is recommended and is faster/smaller
3735android.nonTransitiveRClass =true
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ androidxActivity = "1.6.0"
66androidxAppCompat = " 1.5.1"
77androidxCompose = " 1.3.0-beta02"
88androidxComposeRuntimeTracing = " 1.0.0-alpha01"
9- androidxComposeCompiler = " 1.3.1 "
9+ androidxComposeCompiler = " 1.3.2 "
1010androidxComposeMaterial3 = " 1.0.0-beta03"
1111androidxCore = " 1.9.0"
1212androidxCoreSplashscreen = " 1.0.0"
@@ -35,11 +35,11 @@ hilt = "2.42"
3535hiltExt = " 1.0.0"
3636jacoco = " 0.8.7"
3737junit4 = " 4.13.2"
38- kotlin = " 1.7.10 "
38+ kotlin = " 1.7.20 "
3939kotlinxCoroutines = " 1.6.4"
4040kotlinxDatetime = " 0.4.0"
4141kotlinxSerializationJson = " 1.4.0"
42- ksp = " 1.7.10 -1.0.6"
42+ ksp = " 1.7.20 -1.0.6"
4343lint = " 30.2.2"
4444okhttp = " 4.10.0"
4545protobuf = " 3.21.5"
You can’t perform that action at this time.
0 commit comments