Can the "element-android" project be utilized as an Android Library? #2412
maksudur-rahman
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it feasible to use the "element-android" project as an Android Library? My app is a multimodule project that currently lacks any Hilt dependency. After adding VectorApplication.kt and SingletonModule.kt from the "vector-app" module to my project and designating the entry point as my app's MainActivity, an error labeled [Dagger/MissingBinding] occurs. What measures should be taken to address this problem?
Beta Was this translation helpful? Give feedback.
All reactions