Hi Guys, I'm trying to implement map in my compose...
# compose-web
k
Hi Guys, I'm trying to implement map in my compose multiplatform web app, Do you guys have any sample or doc that i can use to implement it specifically in web app
a
The next links would be helpful for you: • Tutorial: https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-getting-started.html • Wizard to setup your project only for specific platforms: https://kmp.jetbrains.com/ • GitHub Template with all platforms including Web (with set up for publishing the app to GitHub Pages): https://github.com/Kotlin/kotlin-wasm-compose-template#readme
k
thanks @Artem Kobzar, but I'm trying to implement google maps in KMP, so if you have any sample with map integration feel free to share
🫡 1