Compose Multiplatform Mapbox View for Android, iOS.
Artifact is currently not hosted. Install from maven local
- Download the project
- run
./gradlew publishToMavenLocal
- Create a new compose multiplatform project
- Add repositories to project config:
dependencyResolutionManagement {
repositories {
...
maven(url = "https://maven.google.com/")
maven(url = "https://api.mapbox.com/downloads/v2/releases/maven")
mavenLocal()
}
}
- Add dependencies to project:
implementation("com.inspiringapps.libs:library:1.0") - In xcode, add the Swift Package
https://github.com/ghostship/MapboxCompose
implementation("com.inspiringapps.libs:library:1.0")