You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NoSuchFieldError: No static field LOCATION of type Ldev/icerock/moko/permissions/Permission; in class Ldev/icerock/moko/permissions/Permission; or its superclasses (declaration of 'dev.icerock.moko.permissions.Permission' appears in /data/app/~~aS7vePrLWpbPeUz79lhSyw==/house.letmein.app.debug-bbHPs3OrYChIjNUdYKv9Gg==/base.apk!classes25.dex)
at dev.icerock.moko.geo.LocationTracker.startTracking(LocationTracker.kt:127)
Workaround
Keep using moko-permissions 0.18.0 till moko-geo is updated
Fix
Dependency dev.icerock.moko:permissions-location:0.19.0 should be added to the project and import dev.icerock.moko.permissions.location.Location to LocationTracker.kt
The text was updated successfully, but these errors were encountered:
moko-geo
is crashing when used withmoko-permissions
0.19.0 due to changes introduced in icerockdev/moko-permissions#143Workaround
Keep using
moko-permissions
0.18.0 till moko-geo is updatedFix
Dependency
dev.icerock.moko:permissions-location:0.19.0
should be added to the project andimport dev.icerock.moko.permissions.location.Location
toLocationTracker.kt
The text was updated successfully, but these errors were encountered: