Skip to content

Commit

Permalink
Update compose compiler version for kotlin 1.9.24 (#5080)
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed Jul 9, 2024
1 parent d933519 commit 5e810a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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.9.24" to "1.5.14.1-beta02",
"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 5e810a0

Please sign in to comment.