Skip to content

Commit

Permalink
Update Kotlin to 1.9.21 and Compose to 1.5.11 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSrSouza authored Dec 20, 2023
1 parent ab4e3a1 commit 044ea20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
plugin-android = "8.1.1"
plugin-ktlint = "11.5.1"
plugin-maven = "0.25.3"
plugin-multiplatform-compose = "1.5.1"
plugin-multiplatform-compose = "1.5.11"
plugin-binaryCompatibilityValidator = "0.13.2"

coroutines = "1.7.3"
kotlin = "1.9.10"
kotlin = "1.9.21"
kodein = "7.20.2"
koin = "3.4.3"
koin-compose = "1.0.4"
hilt = "2.47"
leakCanary = "2.9.1"
appCompat = "1.6.1"
lifecycle = "2.6.1"
composeCompiler = "1.5.3"
composeCompiler = "1.5.7"
composeActivity = "1.7.2"
composeAnimation = "1.5.0"
composeMaterial = "1.5.0"
Expand Down

0 comments on commit 044ea20

Please sign in to comment.