Hello folks, I'm having an issue setting up unit t...
# koin
c
Hello folks, I'm having an issue setting up unit test dependencies in my multiplatform common module. When I add this dependency, the library isn't loaded and I can't see any Koin test class
Copy code
implementation("io.insert-koin:koin-test-junit4:${versions.koin}")