|
|
@ -5,10 +5,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinPlatformType |
|
|
|
internal object ComposeCompilerCompatability { |
|
|
|
internal object ComposeCompilerCompatability { |
|
|
|
fun compilerVersionFor(kotlinVersion: String): ComposeCompilerVersion? = when (kotlinVersion) { |
|
|
|
fun compilerVersionFor(kotlinVersion: String): ComposeCompilerVersion? = when (kotlinVersion) { |
|
|
|
"1.7.10" -> ComposeCompilerVersion("1.3.0") |
|
|
|
"1.7.10" -> ComposeCompilerVersion("1.3.0") |
|
|
|
"1.7.20" -> ComposeCompilerVersion( |
|
|
|
"1.7.20" -> ComposeCompilerVersion("1.3.2.1-rc02") |
|
|
|
"1.3.2", |
|
|
|
|
|
|
|
unsupportedPlatforms = setOf(KotlinPlatformType.js) |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
else -> null |
|
|
|
else -> null |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|