mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Update Compose Compiler version to stable (#2381)
This commit is contained in:
@@ -4,9 +4,9 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinPlatformType
|
||||
|
||||
internal object ComposeCompilerCompatability {
|
||||
fun compilerVersionFor(kotlinVersion: String): ComposeCompilerVersion? = when (kotlinVersion) {
|
||||
"1.7.10" -> ComposeCompilerVersion("1.3.0-alpha01")
|
||||
"1.7.10" -> ComposeCompilerVersion("1.3.0")
|
||||
"1.7.20" -> ComposeCompilerVersion(
|
||||
"1.3.2-alpha01",
|
||||
"1.3.2",
|
||||
unsupportedPlatforms = setOf(KotlinPlatformType.js)
|
||||
)
|
||||
else -> null
|
||||
|
||||
Reference in New Issue
Block a user