Skip to content

Commit

Permalink
Merge pull request #45 from tom93/fix-composer-compiler-kotlin
Browse files Browse the repository at this point in the history
Update Kotlin to 1.9.23 to fix broken build
  • Loading branch information
naveensingh authored Mar 26, 2024
2 parents 23f3986 + 0bc50f9 commit 650ae8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
#jetbrains
kotlin = "1.9.22"
kotlin = "1.9.23"
kotlin-immutable-collections = "0.3.6"
#KSP
kotlinxSerializationJson = "1.5.1"
ksp = "1.9.22-1.0.17"
ksp = "1.9.23-1.0.19"
#Androidx
androidx-customView = "1.2.0-alpha02"
androidx-customViewPooling = "1.0.0"
Expand Down

0 comments on commit 650ae8c

Please sign in to comment.