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
While instantiating Paging3 found wierd behavior: java.lang.NoSuchMethodError: No direct method <init>(Lkotlin/coroutines/CoroutineContext;Z)V in class Lkotlinx/coroutines/AbstractCoroutine; or its super classes (declaration of 'kotlinx.coroutines.AbstractCoroutine' appears in ... (your_app_file.dex)
To fix that you need to declare additional coroutines dependencies: implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.5.1" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.5.1"
Implement paging for data exposed in AddressTraceFragment via Paging3 library.
The text was updated successfully, but these errors were encountered: