KoinInitializer

class KoinInitializer : Initializer<KoinApplication>

An Initializer of the Koin dependency injection framework. It is used to initialize the framework at the application startup.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun create(context: Context): KoinApplication
Link copied to clipboard
open override fun dependencies(): MutableList<Class<out Initializer<*>>>