I tried: ``` tasks.withType(org.jetbrains.kotlin....
# kapt
a
I tried:
Copy code
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
        kotlinOptions {
            freeCompilerArgs = ['-Xmaxerrs=500']
        }
    }
but doesnt seem to work