Skip to content

Commit 6093bc6

Browse files
authored
Merge pull request #927 from android/renovate/kotlin
Update kotlin
2 parents 965314f + 190bb76 commit 6093bc6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ dependencies {
132132
val composeBom = platform(libs.androidx.compose.bom)
133133

134134
implementation(libs.androidx.activity.compose)
135-
implementation(libs.androidx.compose.compiler)
136135
implementation(composeBom)
137136
implementation(libs.androidx.compose.foundation.core)
138137
implementation(libs.androidx.compose.foundation.layout)

gradle/libs.versions.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ androidxAppCompat = "1.7.0"
88
androidxArchCore = "2.2.0"
99
androidxBrowser = "1.4.0"
1010
androidxComposeBom = "2024.11.00"
11-
androidxComposeCompiler = "1.4.3"
1211
androidxCompose = "1.2.0"
1312
androidxComposeRuntimeTracing = "1.7.5"
1413
androidxCore = "1.15.0"
@@ -40,7 +39,7 @@ jacoco = "0.8.7"
4039
junit4 = "4.13.2"
4140
kotlin = "2.1.0"
4241
kotlinxCoroutines = "1.9.0"
43-
kotlinxDatetime = "0.4.0"
42+
kotlinxDatetime = "0.6.1"
4443
kotlinxSerializationJson = "1.7.3"
4544
ksp = "2.1.0-1.0.29"
4645
lint = "31.7.3"
@@ -72,7 +71,6 @@ androidx-archcore-testing = { group = "androidx.arch.core", name = "core-testing
7271
androidx-annotation = { group = "androidx.annotation", name = "annotation", version.ref = "annotation" }
7372
androidx-compose-animation = { group = "androidx.compose.animation", name = "animation" }
7473
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
75-
androidx-compose-compiler = { group = "androidx.compose.compiler", name = "compiler", version.ref = "androidxComposeCompiler" }
7674
androidx-compose-foundation-core = { group = "androidx.compose.foundation", name = "foundation" }
7775
androidx-compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout" }
7876
androidx-compose-material-core = { group = "androidx.compose.material", name = "material" }

0 commit comments

Comments
 (0)