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
Pedro Francisco de Sousa Neto
06/08/2022, 12:13 PM
Following this thread
a
arnaud.giuliani
06/09/2022, 4:00 PM
Is there any particular reason that this dependency now enforces the jvm version ?
not sure .. but latest android lib updates perhaps enforce this 🤔