When I outcomment this code block the error goes a...
# gradle
h
When I outcomment this code block the error goes away:
Copy code
java {
    sourceCompatibility = JavaVersion.VERSION_1_8
    targetCompatibility = JavaVersion.VERSION_1_8
}