Skip to content

Instantly share code, notes, and snippets.

@plnice
Created February 1, 2022 19:23
Show Gist options
  • Save plnice/4b2b1e7be34704b47081a38e2892558e to your computer and use it in GitHub Desktop.
Save plnice/4b2b1e7be34704b47081a38e2892558e to your computer and use it in GitHub Desktop.
@AndroidEntryPoint
class MainActivity {
@Inject
lateinit var customTabs: CustomTabs
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment