Gradle 6.8.3 has some issues with sourcing the java8 sub project due to it being a newer target compatibility than the library project. Also asm doesn't work as a java 1.8 class and must be targeting java 1.6 for now. Looking into a fix for this but simply bumping ASM version did not suffice.
Gradle 6.8.3 has some issues with sourcing the java8 sub project due to it being a newer target compatibility than the library project. Also asm doesn't work as a java 1.8 class and must be targeting java 1.6 for now. Looking into a fix for this but simply bumping ASM version did not suffice.