also if theres a kotlin alternative to: ``` tasks....
# kapt
a
also if theres a kotlin alternative to:
Copy code
tasks.withType(JavaCompile) {
        options.compilerArgs << "-Xmaxerrs" << "500" // or whatever number you want
    }