conference-app-2020
conference-app-2020 copied to clipboard
a few files in jvmTest are not recognize dependency libraries.
Overview (Required)
- can't recognize klock and junit in file of jvmTest folder.
Steps To Reproduce No Expected behavior No
Screenshots If applicable
Env: latest master branch
Additional context No
I face the same problem. I tried ./gradlew :model testDebugUnitTest
, but the tests in model's jvmTest did not run.
I tried to rename jvmTest to androidTest and set it up to model/build.gradle
, then they run but failing because of #709 .
@a25max I think it fixed by #711. Please check it.