Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paging for AddressTraceFragment's data #22

Open
liinahamari opened this issue Sep 17, 2021 · 1 comment
Open

Paging for AddressTraceFragment's data #22

liinahamari opened this issue Sep 17, 2021 · 1 comment

Comments

@liinahamari
Copy link
Owner

Implement paging for data exposed in AddressTraceFragment via Paging3 library.

@liinahamari
Copy link
Owner Author

liinahamari commented Sep 17, 2021

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"

liinahamari pushed a commit that referenced this issue Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant