koin-core-ext / org.koin.experimental.builder / org.koin.core.scope.Scope

Extensions for org.koin.core.scope.Scope

create

Create instance for type T and inject dependencies into 1st constructor

fun <T : Any> Scope.create(): T