is there a compose-multiplatform version that supp...
# compose-desktop
x
is there a compose-multiplatform version that supports kotlin 1.8.10?
n
Not yet
x
I guess we can do this
Copy code
compose {
  kotlinCompilerPlugin.set(dependencies.compiler.forKotlin("1.8.0"))
  kotlinCompilerPluginArgs.add("suppressKotlinVersionCompatibilityCheck=1.8.10")
}
Nothing seems to be exploding for now 💣