Skip to content

Commit 86cfe35

Browse files
authored
Update compose compiler version for kotlin 1.9.22 (JetBrains#4089)
1.5.7.1 contains a fix for k/js JetBrains#4076
1 parent 6c4def5 commit 86cfe35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatibility.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ internal object ComposeCompilerCompatibility {
2222
"1.9.20-RC2" to "1.5.3-rc01",
2323
"1.9.20" to "1.5.3",
2424
"1.9.21" to "1.5.4",
25-
"1.9.22" to "1.5.7",
25+
"1.9.22" to "1.5.7.1",
2626
"2.0.0-Beta1" to "1.5.4-dev1-kt2.0.0-Beta1",
2727
)
2828

0 commit comments

Comments
 (0)