btw what if get rid of static `Scope.root()` allto...
# koin
a
btw what if get rid of static
Scope.root()
alltogether and make smth like this
data class Scope(val clazz: KClass<*> = this::class)