rules_kotlin
rules_kotlin copied to clipboard
Suppress `error.NonExistentClass`
Hi, all. I used AutoFactory in the kotlin file. and it triggered NonExistentClass error. This is supposed to be suppressed by setting correctErrorTypes to true. But in kt_jvm_library, it seems this is hard coded as false? Is there any ways I can override this to make my test work? I did not find any options in the kt_jvm_library rule that allows me to pass in the flag.
Ping. Is there any way to enable correctErrorTypes when building a kt_jvm_library?
I have the same problem
This PR can fix this issue