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 ea310ce commit b038d0dCopy full SHA for b038d0d
gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatibility.kt
@@ -10,6 +10,9 @@ internal object ComposeCompilerCompatibility {
10
"1.8.0" to "1.4.0",
11
"1.8.10" to "1.4.2",
12
"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"
16
)
17
18
fun compilerVersionFor(kotlinVersion: String): String {
0 commit comments