Join Slack
Powered by
Am I correct in understanding that the WASM compil...
# webassembly
a
Arjan van Wieringen
04/19/2024, 1:03 PM
Am I correct in understanding that the WASM compiler for Kotlin is not using the multiplatform (or K2 in future) compiler frontend? Is there a reason for this?
s
Svyatoslav Kuzmich [JB]
04/19/2024, 1:07 PM
It does use K2 in a way consistent with other platforms. You need to enable it manually for 1.9.2*, see
https://kotlinlang.org/docs/whatsnew1920.html#how-to-enable-the-kotlin-k2-compiler
K2 will be the default in 2.0
6
Views
Open in Slack
Previous
Next