But when I have this; ```implementation("io.insert...
# koin
c
But when I have this;
Copy code
implementation("io.insert-koin:koin-test:${versions.koin}")
I can see the KoinTest class. What could be the cause. Is this also the reason why I can't see the
KoinTestRule
class?