Skip to content

Commit b038d0d

Browse files
authored
Update ComposeCompilerCompatibility mapping (JetBrains#3291)
* Update ComposeCompilerCompatibility.kt * use 1.4.7 instead of 1.4.7-rc01
1 parent ea310ce commit b038d0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ internal object ComposeCompilerCompatibility {
1010
"1.8.0" to "1.4.0",
1111
"1.8.10" to "1.4.2",
1212
"1.8.20" to "1.4.5",
13+
"1.8.21" to "1.4.7",
14+
"1.9.0-Beta" to "1.4.7.1-beta",
15+
"1.9.0-RC" to "1.4.8-beta"
1316
)
1417

1518
fun compilerVersionFor(kotlinVersion: String): String {

0 commit comments

Comments
 (0)