KoinWorker

annotation class KoinWorker(val binds: Array<KClass<*>> = [])

Worker annotation for Koin Definition Declare type as worker definition

example:

Properties

Link copied to clipboard
val binds: Array<KClass<*>>