Guys I've been working on a multiplatform project ...
# compose-web
v
Guys I've been working on a multiplatform project targeting android and iOS with all shared ui using Compose Multiplatform but now I have to add JS as a platform also with shared UI and i don't have any idea how to do that, I found some libraries like koweb but we didn't need something like that while working with iOS. How things are different working with JS than iOS ?
o
If you already share UI between Android and iOS using Compose Multiplatform, then you likely can share a lot with web too. The most simple project with android+iOS+web can be generated by the wizard - https://kmp.jetbrains.com/?android=true&ios=true&iosui=compose&web=true&webui=compose&includeTests=true Have a look at the project structure and the entry points (Main.kt) For web, see webMain source set.