Skip to content

Instantly share code, notes, and snippets.

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