moko-resources
moko-resources copied to clipboard
No support for wasm on multiplatform
I'm trying to add a WASM project to my Kotlin Multiplatform project but when trying to run gradle, it gives an error
Caused by: org.gradle.internal.component.NoMatchingConfigurationSelectionException: No matching variant of dev.icerock.moko:resources:0.23.0 was found. The consumer was configured to find a library for use during 'kotlin-api', preferably optimized for non-jvm, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'wasm' but:
I would like to know if there's any plans for this support in the near future.
+1
+1
@Alex009 Just curious to know that are we planning now to add support for wasm as Kotlin/Wasm is now in alpha.
any updates for wasm?
+1 on this, any ETA or updates??
+1
On current time we doesn't have plan for support WASM, only if somebody from community do pull-request with supports this target
I started adding support for wasmJS
if anyone wants to help finish the pr #724
@ExNDY Any change regarding this decision? I think it would be very useful to have support for WASM. It would be possible to build many applications for the web without much difficulty.
Hi, as I'm know, no changes, we don't have plans of support wasm target based on us time resource. That need knowledge and experience of usage platform. We don't have expertise for this.
wasmJs is almost exactly the same as js. Can you guys at least release the moko-graphics pr for wasmJs so my pr isn't bottlenecked by that and I can continue working on it when I have time?