Package dev.burnoo.cokoin

Functions

get
Link copied to clipboard
inline fun <T> get(qualifier: <ERROR CLASS>? = null, noinline parameters: <ERROR CLASS>? = null): T
Gets instance from Koin, uses Scope.
getKoin
Link copied to clipboard
fun getKoin(): <ERROR CLASS>
Gets current Koin instance from the closest parent dev.burnoo.cokoin.Koin.
getScope
Link copied to clipboard
fun getScope(): <ERROR CLASS>
Gets current Scope from the closest parent dev.burnoo.cokoin.KoinScope
Koin
Link copied to clipboard
fun Koin(appDeclaration: <ERROR CLASS>? = null, content: () -> Unit)
Composable wrapper for Koin.
fun Koin(koinApplication: <ERROR CLASS>, content: () -> Unit)
Composable wrapper for Koin.
KoinScope
Link copied to clipboard
fun KoinScope(getScope: <ERROR CLASS>.() -> <ERROR CLASS>, content: () -> Unit)
Composable wrapper for Scope.