I believe this stems from setting `includeNoLocationClasses = true` for jacoco in order to get robol...
m
I believe this stems from setting
includeNoLocationClasses = true
for jacoco in order to get robolectric code coverage. However, doing that also breaks the ability to executed tests under jdk11. I can compile and assemble just fine though.