Last active
May 18, 2023 10:59
-
-
Save DHosseiny/f348e3e52809bfabdf88cefcd25d8ef6 to your computer and use it in GitHub Desktop.
Periodically migrate multi-module app from dagger to hilt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@HiltAndroidApp | |
class MyApplication : Application() { | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment