icerockdev / moko-maps

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

issue with marker move func #57

Open eisventura opened 3 years ago

eisventura commented 3 years ago

hello. lib version 0.5.2 trying to use marker move function and get error:

java.lang.NoSuchMethodError: No static method move-5hxI4Gw$default(Ldev/icerock/moko/maps/Marker;Ldev/icerock/moko/geo/LatLng;FJILjava/lang/Object;)V in class Ldev/icerock/moko/maps/Marker$DefaultImpls; or its super classes (declaration of 'dev.icerock.moko.maps.Marker$DefaultImpls' appears in .../my classes/...

Alex009 commented 3 years ago

hi! can you show your dependencies list? ./gradlew :yoursharedmodule:dependencies

eisventura commented 3 years ago

вот: +--- dev.icerock.moko:maps-mapbox:0.5.2 | +--- dev.icerock.moko:maps:0.5.2 | | +--- dev.icerock.moko:resources:0.15.1 () | | +--- dev.icerock.moko:geo:0.3.2 -> 0.3.3 | | | --- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.31 -> 1.5.0 | | +--- dev.icerock.moko:graphics:0.6.1 () | | +--- dev.icerock.moko:parcelize:0.6.1 () | | --- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.31 -> 1.5.0 | --- org.jetbrains.kotlin:kotlin-stdlib-common:1.4.31 -> 1.5.0 +--- dev.icerock.moko:maps:0.5.2 ()