Browse Source

Update ComposeCompilerCompatibility mapping (#3291)

* Update ComposeCompilerCompatibility.kt

* use 1.4.7 instead of 1.4.7-rc01
pull/3305/head
Oleksandr Karpovich 2 years ago committed by GitHub
parent
commit
b038d0d142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatibility.kt

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

@ -10,6 +10,9 @@ internal object ComposeCompilerCompatibility {
"1.8.0" to "1.4.0", "1.8.0" to "1.4.0",
"1.8.10" to "1.4.2", "1.8.10" to "1.4.2",
"1.8.20" to "1.4.5", "1.8.20" to "1.4.5",
"1.8.21" to "1.4.7",
"1.9.0-Beta" to "1.4.7.1-beta",
"1.9.0-RC" to "1.4.8-beta"
) )
fun compilerVersionFor(kotlinVersion: String): String { fun compilerVersionFor(kotlinVersion: String): String {

Loading…
Cancel
Save