is there any way to do a mobile cross-platform app...
# getting-started
m
is there any way to do a mobile cross-platform app + webassembly? I want to create an application that runs on mobile and the browser with one codebase.
r
All works on Kotlin wasm support through LLVM is currently suspended. JB is working on new compiler backend but it won't be ready anytime soon.
For now you should work with Kotlin/JS.
You can use KVision to create cross-platform mobile+browser apps with one codebase (disclaimer: I'm the creator of KVision framework).
m
Thanks for the info