build Scoped
fun <T : Any> ScopeDSL.buildScoped(kclass: KClass<T>, qualifier: Qualifier? = null, definition: Definition<T>): KoinDefinition<T>
Build a scoped definition with explicit KClass. Used by the compiler plugin for generated scope definitions.