if not this might work: ``` tasks.withType<...
# gradle
b
if not this might work:
Copy code
tasks.withType<KotlinCompile> {
        kotlinOptions {
            targetCompatibility = "1.8"
        }
    }
👍 3
😵 1