Hi, i’ve switched to koin 3.2.0 in an Android proj...
# koin
b
Hi, i’ve switched to koin 3.2.0 in an Android project and it seems that Gradle is unable to retrieve koin-test-junit4 if in the module config the java targetCompatibility is set to 1.8. Switching the config to java version 11 solves the issue. Is there any particular reason that this dependency now enforces the jvm version ?
p
Following this thread
a
Is there any particular reason that this dependency now enforces the jvm version ?
not sure .. but latest android lib updates perhaps enforce this 🤔