Closed SamuelMarks closed 1 month ago
Thanks for reporting! This might be some kind of a binary compatibility issue. Decompose version 3.1.0
uses Multiplatform Compose version 1.6.10
. So please try using that version of Compose. Otherwise, this looks like a bug in Compose for Wasm or Kotlin/Wasm. I suggest to report it on YouTrack.
Please see (if you are registered in Kotlinlang Slack): https://kotlinlang.slack.com/archives/C01F2HV7868/p1725398388346079
Compose versions need to be aligned.
Upgrading from compose-plugin = "1.6.11"
to compose-plugin = "1.7.0-rc01"
resolved this issue.
Occurs when running
wasmJsBrowserRun -t
on the latest Compose Wizard generated codebase with the following modifications:(also tried with the older syntax)
Using the older/stable versions worked without err: