Last active
May 18, 2023 10:56
-
-
Save DHosseiny/138a8d6b4e1a6d20dcdc23f2192cafea to your computer and use it in GitHub Desktop.
Periodically migrate multi-module app from dagger to hilt
This file contains hidden or 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
implementation "com.google.dagger:hilt-android:$hilt-latest-version" | |
kapt "com.google.dagger:hilt-android-compiler:$hilt-latest-version" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment