Any idea why this is happening? The debug versio...
# compose-web
a
Any idea why this is happening? The debug version is running fine.
o
which Compose Multiplatform version do you use?
a
Copy code
1.7.0-alpha01
Kotlin :
2.1.0-dev-875
o
is your project in open source? So I can try to reproduce I was just testing different examples with 1.7.0-... in dev and production modes, and didn't see this issue.
a
🙏 1
o
I checked out the master branch and building it as is (no changes). And it works. Test with both k/js and k/wasm. ./gradlew webAppwasmJsBrowserProductionRun Is there anything that I need to change after checking out in order to reproduce the issue? Could you please try ./gradlew clean and rerun the build?
a
Let me do that.
Working fine now. I was creating the deployable the wrong way i think.
wasmJsBrowserDistribution
works fine. Thanks @Oleksandr Karpovich [JB] ❤️
👍 1