I recently upgraded to Android Studio 3.1 and upon building my Kotlin with Java project I got the following warning.
InnerClass annotations are missing c
To fix the issue temporarily, I am adding this:
buildTypes { release { lintOptions { checkReleaseBuilds false abortOnError false } } }
Will update if I find a permanent fix. This page for configuring JUnit 5 may also help