<@U1MD4V9HT> yes, thats fine. Maybe Kodein could p...
# kodein
a
@judrummer yes, thats fine. Maybe Kodein could provide a method that you can call inside a unit-test that tries to retrieve instances of every bound Type. What would you say @salomonbrys?
s
This is already kind of doable:
Copy code
val allInstances = kodein.allInstances<Any>()
👍 3
j
@salomonbrys Thanks 🙂