alexey.tsvetkov
04/03/2017, 12:03 PMkotlin-kapt
.
kapt1 is expected to support -Xmaxerrs
because it is run via javac.
kapt3 is not expected to support -Xmaxerrs
. I also not sure if it is needed, because AFAIK Kotlin compiler does not have a limit for a number of compile errors.
Am I right that your issue is not related to 1.0.x
->`1.1` switch (that would be a regression), but rather it is related to kapt1
->`kapt3` switch?