Hi guys! I’m having a problem with JUnit5 in Andro...
# android
n
Hi guys! I’m having a problem with JUnit5 in Android Studio 4.0. The error I’m getting is inside a non-android module in my app project and it happens only with Gradle 4.0.0. 
Failed to resolve: org.junit.jupiter:junit-jupiter-params:5.6.2
 is what AS tells me during the sync phase. The same error appears for -api and -engine or even when I use the junit.jupiter aggregator artifact. The other two android modules in the app have the same exact dependencies but no error is shown when I comment out those in the non-android module. Is someone having the same problem? What could it be in your opinion?