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

Kotlin 1.8.20 #369

Merged
merged 4 commits into from
Apr 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ android.injected.testOnly=false
android.useAndroidX=true
kotlin.code.style=official
kotlin.daemon.jvmargs=-Xmx8g
kotlin.incremental.useClasspathSnapshot=true
org.gradle.caching=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 \
-Xmx8g \
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ androidX-activity = "1.7.0"
androidX-appCompat = "1.6.1"
androidX-collection = "1.2.0"
androidX-compose = "1.3.1"
androidX-composeCompiler = "1.4.2"
androidX-composeCompiler = "1.4.5"
androidX-core = "1.10.0"
androidX-fragment = "1.5.6"
androidX-lifecycle = "2.6.1"
Expand All @@ -16,7 +16,7 @@ chucker = "3.5.2"
coil = "2.3.0"
coroutines = "1.6.4"
glide = "4.15.1"
kotlin = "1.8.10"
kotlin = "1.8.20"
square-okHttp = "4.10.0"
square-retrofit = "2.9.0"
square-moshi = "1.14.0"
Expand All @@ -27,7 +27,7 @@ support = "28.0.0"
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
ksp = "com.google.devtools.ksp:1.8.10-1.0.9"
ksp = "com.google.devtools.ksp:1.8.20-1.0.10"
napt = "com.sergei-lapin.napt:1.19"
kotlinter = "org.jmailen.kotlinter:3.14.0"
detekt = "io.gitlab.arturbosch.detekt:1.22.0"
Expand Down