Skip to content

Instantly share code, notes, and snippets.

@bobbyirawan09
Created June 14, 2020 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobbyirawan09/3a6b616a4bdcd9dd5d16c18d7e81de6c to your computer and use it in GitHub Desktop.
Save bobbyirawan09/3a6b616a4bdcd9dd5d16c18d7e81de6c to your computer and use it in GitHub Desktop.
class Repository(): KoinComponent {
private val propertyA: ClassA = get()
//Lazy injection
private val propertyA: ClassA by inject()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment