Skip to content

Commit

Permalink
Update to Kotlin 1.9.20 (#27)
Browse files Browse the repository at this point in the history
Compose Multiplatform 1.5.10
Jetpack Compose Compiler 1.5.4
  • Loading branch information
chrisbanes authored Nov 21, 2023
1 parent 7ad26a5 commit 3c54ff4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ org.gradle.parallel=true
org.gradle.jvmargs=-Xmx5g -Dfile.encoding=UTF-8

# https://docs.gradle.org/7.6/userguide/configuration_cache.html
org.gradle.configuration-cache=false
org.gradle.configuration-cache=true
org.gradle.unsafe.configuration-cache-problems=warn

# AndroidX
android.useAndroidX=true
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
agp = "8.1.4"
jetpackcompose-compiler = "1.5.3"
compose-multiplatform = "1.5.3"
jetpackcompose-compiler = "1.5.4"
compose-multiplatform = "1.5.10"
ktlint = "1.0.1"
kotlin = "1.9.10"
kotlin = "1.9.20"
spotless = "6.22.0"

[plugins]
Expand Down

0 comments on commit 3c54ff4

Please sign in to comment.