Skip to content

Instantly share code, notes, and snippets.

@fabioCollini
Created April 12, 2020 08:30
Show Gist options
  • Save fabioCollini/e38989916f889fabdc781ea9faf907e9 to your computer and use it in GitHub Desktop.
Save fabioCollini/e38989916f889fabdc781ea9faf907e9 to your computer and use it in GitHub Desktop.
class MainActivity : AppCompatActivity() {
@Inject
lateinit var dependency: Dependency
override fun onCreate(savedInstanceState: Bundle?) {
(application as MyApp).component.inject(this)
super.onCreate(savedInstanceState)
//...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment