Skip to content

Commit

Permalink
Compose compiler version bump 1.5.14.1/1.5.15 (#5141)
Browse files Browse the repository at this point in the history
  • Loading branch information
shishkin-pavel authored and igordmn committed Sep 18, 2024
1 parent e5bc12c commit ee6cc2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kotlinx.coroutines.version=1.8.0

#empty by default - a default version will be used
#compose.kotlinCompilerPluginVersion=23.12.18
compose.kotlinCompilerPluginVersion=1.5.13.3
compose.kotlinCompilerPluginVersion=1.5.14.1

# default|failingJs - see enum class CasesToRun
tests.casesToRun=default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ internal object ComposeCompilerCompatibility {
"1.9.21" to "1.5.4",
"1.9.22" to "1.5.8.1",
"1.9.23" to "1.5.13.5",
"1.9.24" to "1.5.14.1-beta02",
"1.9.24" to "1.5.14.1",
"1.9.25" to "1.5.15",
"2.0.0-Beta1" to "1.5.4-dev1-kt2.0.0-Beta1",
"2.0.0-Beta4" to "1.5.9-kt-2.0.0-Beta4",
"2.0.0-Beta5" to "1.5.11-kt-2.0.0-Beta5",
Expand Down

0 comments on commit ee6cc2f

Please sign in to comment.