alexey.tsvetkov
04/03/2017, 11:16 AMapply 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