Hi folks .. thanks for your amazing work ..
i have some issue with build
im using template from https://terrakok.github.io/Compose-Multiplatform-Wizard/
but when i run android .. i got this build error
any1 know how to fix ?
o
Oleksandr Karpovich [JB]
09/04/2023, 8:14 AM
you’re using Compose Multiplatform 1.4.0-dev-wasm05 version.
Do you need k/wasm target? 1.4.0-dev-wasmXY has an issue with publication. That’s why you see that issue.
Here https://github.com/Kotlin/kotlin-wasm-examples/blob/main/compose-jetsnack/build.gradle.kts#L14 you can see how the version is substituted, so non k/wasm targets use 1.4.0
jfyi: 1.5.0 has no k/wasm target yet, but android and ios should work.