Skip to content

Commit d0ba51e

Browse files
author
Automerger
committed
Merge branch 'github/main'
2 parents f3debd0 + 40c0cb2 commit d0ba51e

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

core/datastore/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
}

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ org.gradle.unsafe.configuration-cache=true
3030
android.useAndroidX=true
3131
# Kotlin code style for this project: "official" or "obsolete":
3232
kotlin.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
3735
android.nonTransitiveRClass=true

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ androidxActivity = "1.6.0"
66
androidxAppCompat = "1.5.1"
77
androidxCompose = "1.3.0-beta02"
88
androidxComposeRuntimeTracing = "1.0.0-alpha01"
9-
androidxComposeCompiler = "1.3.1"
9+
androidxComposeCompiler = "1.3.2"
1010
androidxComposeMaterial3 = "1.0.0-beta03"
1111
androidxCore = "1.9.0"
1212
androidxCoreSplashscreen = "1.0.0"
@@ -35,11 +35,11 @@ hilt = "2.42"
3535
hiltExt = "1.0.0"
3636
jacoco = "0.8.7"
3737
junit4 = "4.13.2"
38-
kotlin = "1.7.10"
38+
kotlin = "1.7.20"
3939
kotlinxCoroutines = "1.6.4"
4040
kotlinxDatetime = "0.4.0"
4141
kotlinxSerializationJson = "1.4.0"
42-
ksp = "1.7.10-1.0.6"
42+
ksp = "1.7.20-1.0.6"
4343
lint = "30.2.2"
4444
okhttp = "4.10.0"
4545
protobuf = "3.21.5"

0 commit comments

Comments
 (0)