Is it necessary to use particular version of Kotlin right now with Fleet/Amper....getting following
Copy code
Class 'com.rickclephas.kmm.viewmodel.ViewModelScopeKt' is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler
Does that also effectively mean that Wasm based Compose for Web clients aren't supported right now? Think I had to use later version of Kotlin for that.
j
Joffrey
02/12/2024, 5:35 PM
I'm not 100% sure, but I think for wasm support you need
1.6.0-alpha*
versions of compose, but Kotlin 1.9.20 should be enough, unless I'm missing something.
j
John O'Reilly
02/12/2024, 5:36 PM
ok, will try with that Kotlin version once I get the resolving of those ktor wasm dependencies working
j
Joffrey
02/12/2024, 5:36 PM
Oh, sorry maybe the customizability of the compose version wasn't released yet
Joffrey
02/12/2024, 6:00 PM
I just checked, and it was actually released in 0.2.0, but isn't documented. You should be able to specify the version of compose in