Will there be a compose wasm release that is compa...
# compose-web
e
Will there be a compose wasm release that is compatible with Kotlin 1.9.0-RC?
👍 1
b
Try
1.4.0-dev-wasm08
e
I get the following error:
Copy code
This 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.
j
fwiw I have following to address that
Copy code
compose {
    kotlinCompilerPlugin.set("1.4.0-dev-wasm08")
    kotlinCompilerPluginArgs.add("suppressKotlinVersionCompatibilityCheck=1.9.0-RC")
}