Fabio
08/07/2020, 6:24 AMcheckModules
. As I understand it only checks if there are gaps inside the module graph. But if I try to check for a leaf of the graph it won't fail, such as forgetting to add a factory { B() }
in the following case.
class A : KoinComponent {
val b : B by inject()
}
class B {
}
Is there any way to check for that too without having to write specific tests for specific classes? (which I may forget)arnaud.giuliani
08/11/2020, 3:59 PMarnaud.giuliani
08/11/2020, 4:00 PMarnaud.giuliani
08/11/2020, 4:00 PMFabio
08/11/2020, 11:01 PMinject
and get
?arnaud.giuliani
08/13/2020, 7:49 AMFabio
08/13/2020, 11:20 PMarnaud.giuliani
08/14/2020, 12:30 PMarnaud.giuliani
08/14/2020, 12:30 PMarnaud.giuliani
08/14/2020, 12:30 PMFabio
08/17/2020, 3:36 AMarnaud.giuliani
08/18/2020, 3:51 PM