Repositories construction for analytics and geolocation periodic uploads sometimes fails to be built by Koin because the running context is in the background. Moko mvvn MutableLiveData seems to be calling setValue, which is forbidden on background thread on the Android platform.
Repositories construction for analytics and geolocation periodic uploads sometimes fails to be built by Koin because the running context is in the background. Moko mvvn MutableLiveData seems to be calling setValue, which is forbidden on background thread on the Android platform.