refactor: improve PlaybackModule lifecycle management with onClose
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package bzh.ajaury.chombev.di
|
||||
|
||||
import bzh.ajaury.chombev.appModule
|
||||
import bzh.ajaury.chombev.player.di.audioPlayerModule
|
||||
import bzh.ajaury.chombev.web.model.WebPage
|
||||
import org.koin.core.annotation.KoinExperimentalAPI
|
||||
import org.koin.test.verify.verify
|
||||
@@ -12,7 +11,7 @@ import kotlin.test.Test
|
||||
* the build if a dependency cannot be resolved from the declared modules. Acts as a compile-/build-
|
||||
* time safety net so DI misconfiguration surfaces in CI rather than at runtime.
|
||||
*
|
||||
* Uses the JVM platform bindings (the `actual` [audioPlayerModule]); the shared graph is identical
|
||||
* Uses the JVM platform bindings (the `actual` `audioPlayerModule`); the shared graph is identical
|
||||
* across targets, so verifying it here covers all of them.
|
||||
*/
|
||||
class KoinModulesTest {
|
||||
|
||||
Reference in New Issue
Block a user