Skip to content

Commit ef81b57

Browse files
committed
Update Kotlin to 1.9.21 and Compose to 1.5.11
1 parent ab4e3a1 commit ef81b57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
plugin-android = "8.1.1"
33
plugin-ktlint = "11.5.1"
44
plugin-maven = "0.25.3"
5-
plugin-multiplatform-compose = "1.5.1"
5+
plugin-multiplatform-compose = "1.5.11"
66
plugin-binaryCompatibilityValidator = "0.13.2"
77

88
coroutines = "1.7.3"
9-
kotlin = "1.9.10"
9+
kotlin = "1.9.21"
1010
kodein = "7.20.2"
1111
koin = "3.4.3"
1212
koin-compose = "1.0.4"
1313
hilt = "2.47"
1414
leakCanary = "2.9.1"
1515
appCompat = "1.6.1"
1616
lifecycle = "2.6.1"
17-
composeCompiler = "1.5.3"
17+
composeCompiler = "1.5.7"
1818
composeActivity = "1.7.2"
1919
composeAnimation = "1.5.0"
2020
composeMaterial = "1.5.0"

0 commit comments

Comments
 (0)