
Shared Compose-based MapBox integration offering reusable UI components, sample apps, Wasm/JS build modes, and ready run/test build tasks with developer guidance.
This is a Kotlin Multiplatform project targeting Android, Web.
Use the run configurations provided by the run widget in your IDE's toolbar. You can also use these commands and options:
./gradlew :androidApp:assembleDebug
./gradlew :webApp:wasmJsBrowserDevelopmentRun
./gradlew :webApp:jsBrowserDevelopmentRun
Use the run button in your IDE's editor gutter, or run tests using Gradle tasks:
./gradlew :shared:testAndroidHostTest
./gradlew :shared:wasmJsTest
./gradlew :shared:jsTest
Learn more about Kotlin Multiplatform, Compose Multiplatform, Kotlin/Wasm…
We would appreciate your feedback on Compose/Web and Kotlin/Wasm in the public Slack channel #compose-web. If you face any issues, please report them on YouTrack.
This is a Kotlin Multiplatform project targeting Android, Web.
Use the run configurations provided by the run widget in your IDE's toolbar. You can also use these commands and options:
./gradlew :androidApp:assembleDebug
./gradlew :webApp:wasmJsBrowserDevelopmentRun
./gradlew :webApp:jsBrowserDevelopmentRun
Use the run button in your IDE's editor gutter, or run tests using Gradle tasks:
./gradlew :shared:testAndroidHostTest
./gradlew :shared:wasmJsTest
./gradlew :shared:jsTest
Learn more about Kotlin Multiplatform, Compose Multiplatform, Kotlin/Wasm…
We would appreciate your feedback on Compose/Web and Kotlin/Wasm in the public Slack channel #compose-web. If you face any issues, please report them on YouTrack.