Hello,
I'm new to KMP and I want to create a project with Android / iOS and Web.
I would like to be in Compose on the Android/Web parts and swiftUI for iOS.
So far so good, but when I wanted to implement the mapbox library with the compose extension (
https://github.com/mapbox/mapbox-maps-android/tree/main/extension-compose) I saw that my web part didn't build anymore.
I suppose I need to use the mapbox-gl library for the web? Perhaps it would be better to use ReactJs instead?
For the mobile part I manage but for the web part I admit that it's not very clear how to use all this, I get lost between wasm and kotlin/js, where to implement the native packages / compose packages, in which build.gradle etc...
Is there a clear and up-to-date doc/tuto/github sample?
I've already looked in slack, on a discord and obviously on github and the official doc, either it's not up to date or it's not clear.
Thanks in advance for any help!
(And if I get out of this I promise to do a detailed medium on how to setup all this^^)