-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Migrate from Hilt (Dagger2) to Koin for Dependency Injection #11
Comments
This code compiles however once run, the following error happens where the generated files are not in the expected directory structure? Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_Unwind_Resume" referenced by "/data/app/com.ml.shubham0204.docqa-DqcFSrNN4B3M38jFa8DzAA==/lib/x86/libhftokenizer.so"... Longer error output024-10-18 13:37:11.270 16523-16591 ubham0204.docq com.ml.shubham0204.docqa I at void kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run() (CoroutineScheduler.kt:684) |
It might be that installing Oboe 1.4.3 might solve the issue of not finding the symbol in the error output |
This is a known issue shubham0204/Sentence-Embeddings-Android#1 on the I suggest that you try running the app on an Android mobile device (ARM-based). |
yep. the Docs-QA pops up when an android is connected. Well done and thanks |
Due to issues #4 originating from Hilt, the project is now being migrated to Koin.
Koin is a light-weight DI framework written in Kotlin, and has been adopted by the developer community widely.
References
The text was updated successfully, but these errors were encountered: