We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad5cfa commit 6f2b81bCopy full SHA for 6f2b81b
gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatibility.kt
@@ -20,6 +20,7 @@ internal object ComposeCompilerCompatibility {
20
"1.9.20-Beta2" to "1.5.2.1-Beta3",
21
"1.9.20-RC" to "1.5.2.1-rc01",
22
"1.9.20-RC2" to "1.5.3-rc01",
23
+ "1.9.20" to "1.5.3",
24
)
25
26
fun compilerVersionFor(kotlinVersion: String): String {
0 commit comments