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