Is there a way to pass options to `javac` when usi...
# android
a
Is there a way to pass options to
javac
when using
kapt
? With databinding and all its generated classes, our errors in the Gradle console keep getting cutoff. I tried
kotlinOptions.freeCompilerArgs += ["-Xmaxerrs", "500"]
but it gives me a warning saying it is not supported.