|
|
@ -19,6 +19,7 @@ internal object ComposeCompilerCompatibility { |
|
|
|
"1.9.20-Beta" to "1.5.2.1-Beta2", |
|
|
|
"1.9.20-Beta" to "1.5.2.1-Beta2", |
|
|
|
"1.9.20-Beta2" to "1.5.2.1-Beta3", |
|
|
|
"1.9.20-Beta2" to "1.5.2.1-Beta3", |
|
|
|
"1.9.20-RC" to "1.5.2.1-rc01", |
|
|
|
"1.9.20-RC" to "1.5.2.1-rc01", |
|
|
|
|
|
|
|
"1.9.20-RC2" to "1.5.3-rc01", |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
fun compilerVersionFor(kotlinVersion: String): String { |
|
|
|
fun compilerVersionFor(kotlinVersion: String): String { |
|
|
|