icerockdev / moko-maps

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

Unbound issue #53

Open HariniIDS opened 3 years ago

HariniIDS commented 3 years ago

e: java.lang.AssertionError: Unbound symbols not allowed Unbound public symbol for public kotlinx.coroutines/Delay.invokeOnTimeout|-1360839616470570076[0]

Alex009 commented 3 years ago

hi!

you use kotlinx.coroutines with different versions in your project. run ./gradlew dependencies and find what dependencies use coroutines different versions (for example 1.3. and 1.4.) to fix issue you should use same version in all dependencies