<@U0MCQ3MBJ> what do you mean by the current imple...
# eap
a
@pavlospt what do you mean by the current implementation? Let's stick with the following definitions: 1. Old kapt (aka kapt1) does not require explicit enabling. 2. New kapt (aka kapt3) is enabled by applying the plugin
kotlin-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?