I have following classes: ```class Scanner(val con...
# koin
l
I have following classes:
Copy code
class Scanner(val config: ScannerConfig)
class ScannerConfig(val activity: Activity)
I want to declare a
Scanner
factory to be used in different Activities, but I don't want to manually create
ScannerConfig
in every Activity separately. Is it possible?