Created
August 2, 2020 04:44
-
-
Save ramonrabello/4bd6bca5dc93506e0438e04b3fabb724 to your computer and use it in GitHub Desktop.
Hilt Series: Migrando do Dagger para o Hilt - AuditEntryPoint
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
@EntryPoint | |
interface AuditEntryPoint { | |
fun logger(): Logger | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment