Hi :wave: I’ve enabled ```kotlinOptions { allWa...
# compiler
d
Hi 👋 I’ve enabled
Copy code
kotlinOptions {
   allWarningsAsErrors = true    
}
in my gradle android project and it works as expected but unfortunately one library is generating code through kapt which has warnings and then my project does not compile. Is there a way to disable checks for specific warnings or to not check the generated code?
d
well that’s unfortunate. Thanks