sebastien.rouif
09/11/2020, 10:55 AM2.2.0-beta-1 , I’m running some tests extending AutoCloseKoinTest , I get an error “This class does not have a constructor” to avoid it I need to add constructor() : super() so that it passes. This was fine in 2.2.0-alpha-1arnaud.giuliani
09/11/2020, 12:12 PMAutoCloseKoinTest as an interfacearnaud.giuliani
09/11/2020, 12:12 PMsebastien.rouif
09/11/2020, 2:10 PMsebastien.rouif
09/11/2020, 2:17 PMAutoCloseKoinTest() with AutoCloseKoinTestsebastien.rouif
09/11/2020, 2:17 PMsebastien.rouif
09/11/2020, 2:17 PMarnaud.giuliani
09/11/2020, 2:20 PMarnaud.giuliani
09/14/2020, 7:10 AMCloseableKoinTest interface instead & deprecate AutoCloseKoinTest