Does Koin have any kind of graph check in runtime? If not, why, what are the technical restrictions for doing that (at least in debug/test builds)?
a
Alexandru Caraus
01/17/2024, 6:22 PM
I think there was an example on the website to check the graph in an instrumented test (because of the android deps). You can use that in your debug build (at most ;) )
👍 1
a
arnaud.giuliani
01/18/2024, 8:05 AM
2 ways to do that:
• Junit + verification API
• Koin Annotations + Compile checks