Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 6a6068e

Browse files
Kotlin 1.9.0 (#421)
* Update Kotlin, KSP and Compose Compiler * Fix lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler <[email protected]>
1 parent dbb024f commit 6a6068e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ android.defaults.buildfeatures.resvalues=false
33
android.defaults.buildfeatures.shaders=false
44
android.injected.testOnly=false
55
android.useAndroidX=true
6+
# https://issuetracker.google.com/issues/185418482
7+
android.experimental.lint.version=8.1.0-rc01
68
kotlin.code.style=official
79
kotlin.daemon.jvmargs=-Xmx8g
810
org.gradle.caching=true

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ androidX-activity = "1.7.2"
77
androidX-appCompat = "1.6.1"
88
androidX-collection = "1.2.0"
99
androidX-compose = "1.3.1"
10-
androidX-composeCompiler = "1.4.8"
10+
androidX-composeCompiler = "1.5.0"
1111
androidX-core = "1.10.1"
1212
androidX-fragment = "1.6.0"
1313
androidX-lifecycle = "2.6.1"
@@ -16,7 +16,7 @@ chucker = "4.0.0"
1616
coil = "2.4.0"
1717
coroutines = "1.7.2"
1818
glide = "4.15.1"
19-
kotlin = "1.8.22"
19+
kotlin = "1.9.0"
2020
square-okHttp = "4.11.0"
2121
square-retrofit = "2.9.0"
2222
square-moshi = "1.15.0"
@@ -27,7 +27,7 @@ support = "28.0.0"
2727
android-application = { id = "com.android.application", version.ref = "agp" }
2828
android-library = { id = "com.android.library", version.ref = "agp" }
2929
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
30-
ksp = "com.google.devtools.ksp:1.8.22-1.0.11"
30+
ksp = "com.google.devtools.ksp:1.9.0-1.0.11"
3131
napt = "com.sergei-lapin.napt:1.19"
3232
kotlinter = "org.jmailen.kotlinter:3.15.0"
3333
detekt = "io.gitlab.arturbosch.detekt:1.23.0"

0 commit comments

Comments
 (0)