https://kotlinlang.org logo
Title
u

user

07/21/2022, 6:41 PM
Android crash when trying to use dependency injection to show language list on Bottom Sheet Fragment I like to show a language list when I press the button. I use dependency injection on the bottom sheet fragment but it crashes when the button is pressed. Is there something I do wrong in the code? Thanks. I try to use the following sample to learn the concept of hilt and digger. https://www.geeksforgeeks.org/dagger-hilt-in-android-with-example/ <a...