Skip to content

Commit f1df6b5

Browse files
Update org.jetbrains.kotlin.* to v2.3.0 (#6174)
* Override kotlin metadata jvm to fix ksp build --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Timothy <6560631+TimoPtr@users.noreply.github.com>
1 parent 7a5bd07 commit f1df6b5

8 files changed

Lines changed: 563 additions & 684 deletions

File tree

.idea/kotlinc.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/gradle.lockfile

Lines changed: 136 additions & 179 deletions
Large diffs are not rendered by default.

automotive/gradle.lockfile

Lines changed: 135 additions & 178 deletions
Large diffs are not rendered by default.

build-logic/convention/src/main/kotlin/AndroidCommonConventionPlugin.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ class AndroidCommonConventionPlugin : Plugin<Project> {
106106

107107
"coreLibraryDesugaring"(libs.tools.desugar.jdk)
108108

109+
"ksp"(libs.kotlin.metadata.jvm)
110+
109111
"implementation"(libs.timber)
110112
"implementation"(libs.kotlinx.serialization.json)
111113

common/gradle.lockfile

Lines changed: 142 additions & 156 deletions
Large diffs are not rendered by default.

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ iconics = "5.5.0-compose01"
4747
improv = "0.1.1"
4848
javaVersion = "11" # https://developer.android.com/studio/write/java11-minimal-support-table
4949
junit = "6.0.1"
50-
kotlin = "2.2.21"
50+
kotlin = "2.3.0"
5151
kotlinx-coroutines = "1.10.2"
5252
kotlinx-serialization = "1.9.0"
5353
ksp = "2.3.4"
@@ -203,6 +203,7 @@ kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-cor
203203
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinx-serialization" }
204204
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
205205
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
206+
kotlin-metadata-jvm = { group = "org.jetbrains.kotlin", name = "kotlin-metadata-jvm", version.ref = "kotlin" }
206207
leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanaryAndroid" }
207208
leakcanary-android-instrumentation = { module = "com.squareup.leakcanary:leakcanary-android-instrumentation", version.ref = "leakcanaryAndroid" }
208209
lint-api = { group = "com.android.tools.lint", name = "lint-api", version.ref = "androidTools" }

testing-unit/gradle.lockfile

Lines changed: 68 additions & 77 deletions
Large diffs are not rendered by default.

wear/gradle.lockfile

Lines changed: 75 additions & 90 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)