Inject the Handler component without any parameters eagerly into the Application class. Use extension functions provided by the KoinComponent interface:
class Application: KoinComponent {
private val handler = // your code here
}Inject the Handler component without any parameters eagerly into the Application class. Use extension functions provided by the KoinComponent interface:
class Application: KoinComponent {
private val handler = // your code here
}Create a free account to access the full topic