<@U0MCQ3MBJ> KT-15994 is about the new kapt implem...
# eap
a
@pavlospt KT-15994 is about the new kapt implementation (which is enabled by
apply plugin: 'kotlin-kapt'
). In the issue compiler arguments were not copied from
compileKotlin
task to
compileKapt
task. The new implementation does not use javac, so I'm afraid it does not support
-Xmaxerrs
(you can add a feature request at https://youtrack.jetbrains.com/issues/KT). The old implementation (
kotlin-kapt
plugin is not applied) is expected to work as it was in 1.0.x. // cc @yan