SyntaxFix
Write A Post
Hire A Developer
Questions
In my case, the problem was fixed by going into my build.gradle and changing
build.gradle
dependencies { testImplementation 'junit:junit:4.12' }
to
dependencies { testCompile 'junit:junit:4.12' }