Skip to content

Commit 6f2b81b

Browse files
authored
Support kotlin 1.9.20 (JetBrains#3884)
1 parent 0ad5cfa commit 6f2b81b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ internal object ComposeCompilerCompatibility {
2020
"1.9.20-Beta2" to "1.5.2.1-Beta3",
2121
"1.9.20-RC" to "1.5.2.1-rc01",
2222
"1.9.20-RC2" to "1.5.3-rc01",
23+
"1.9.20" to "1.5.3",
2324
)
2425

2526
fun compilerVersionFor(kotlinVersion: String): String {

0 commit comments

Comments
 (0)