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