eygraber
06/27/2023, 7:49 PMbashor
06/27/2023, 8:06 PM1.4.0-dev-wasm08
eygraber
06/27/2023, 8:12 PMThis version of Compose Multiplatform 1.4.0-dev-wasm08 doesn't support Kotlin 1.9.0-RC. Please see <https://github.com/JetBrains/compose-jb/blob/master/VERSIONING.md#kotlin-compatibility> to know the latest supported version of Kotlin.
John O'Reilly
06/27/2023, 8:45 PMcompose {
kotlinCompilerPlugin.set("1.4.0-dev-wasm08")
kotlinCompilerPluginArgs.add("suppressKotlinVersionCompatibilityCheck=1.9.0-RC")
}
John O'Reilly
06/27/2023, 8:46 PM