Write a code that declares the Repository class as a Koin component:
class Repository(val storage: Storage)
Please declare it using annotations to ensure a factory instance and indicate that the dependency will be passed to the graph lazily.
Write a code that declares the Repository class as a Koin component:
class Repository(val storage: Storage)
Please declare it using annotations to ensure a factory instance and indicate that the dependency will be passed to the graph lazily.
Create a free account to access the full topic