hi there I am making a kotlin mobile app and I wil...
# compose-web
s
hi there I am making a kotlin mobile app and I will have to let the users use it directly from a website how can I do that
t
add wasm js target?
a
You can take a look here: https://github.com/Kotlin/kmp-fullstack-conference-cms/tree/step-4-share-components In this example I re-use some compose components inside a web app, however you can do the same for the whole application (just need to add either WasmJS or/and JS target)