icerockdev / moko-maps

Control your map from common code for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
86 stars 16 forks source link

Can't use maps-mapbox #45

Closed zalewskise closed 4 years ago

zalewskise commented 4 years ago

I tried to update moko-maps to 0.5.0 and got the error while building:

Could not find com.mapbox.navigator:mapbox-navigation-native:7.0.0. Searched in the following locations:

As for dependencies I'm using: "dev.icerock.moko:maps:0.5.0" "dev.icerock.moko:maps-mapbox:0.5.0"

Both set in common source set.

Alex009 commented 4 years ago

@zalewskise hi! please add repository maven { url = uri("https://mapbox.bintray.com/mapbox") } sample: https://github.com/icerockdev/moko-maps/blob/master/build.gradle.kts#L33

zalewskise commented 4 years ago

@Alex009 Oh right! I didn't have that one 💦 It was working fine on 0.4.0-dev-4 though, maybe it's good to update the readme file about it 😄 Thank you! 🙏

Alex009 commented 4 years ago

i already update readme, thx. just in this update mapbox on android got support of buildRoute