Skip to content

Commit 8c88f7e

Browse files
authored
kotlin to 1.9.21 and compose multiplatform to 1.5.11 (#62)
Co-authored-by: Joe Roskopf <joseph.thomas.roskopf@gmail.com>
1 parent da7f2cd commit 8c88f7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ systemProp.org.gradle.unsafe.kotlin.assignment = true
3737
# Temporary workaround for Kotlin Compiler OutOfMemoryError -> https://jb.gg/intellij-platform-kotlin-oom
3838
kotlin.incremental.useClasspathSnapshot = false
3939

40-
compose.version=1.5.1
40+
compose.version=1.5.11

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
freemarker = "2.3.30"
44
serialization = "1.5.1"
55
jdk = "17"
6-
kotlin = "1.9.10"
6+
kotlin = "1.9.21"
77
changelog = "2.0.0"
88
gradleIntelliJPlugin = "1.15.0"
99
spotless = "6.8.0"

0 commit comments

Comments
 (0)