```Exception in thread "main" org.koin.core.error....
# koin
o
Copy code
Exception in thread "main" org.koin.core.error.NoBeanDefFoundException: No definition found for class:'TestInterface2' & qualifier:'q:'TestClass1''. Check your definitions!
	at org.koin.core.scope.Scope.throwDefinitionNotFound(Scope.kt:273)
	at org.koin.core.scope.Scope.resolveValue(Scope.kt:243)
	at org.koin.core.scope.Scope.resolveInstance(Scope.kt:211)
	at org.koin.core.scope.Scope.get(Scope.kt:193)
	at ScopeTestClass.start(ScopeTest.kt:53)
	at ScopeTestKt.main(ScopeTest.kt:11)
	at ScopeTestKt.main(ScopeTest.kt)