Hello, can we specify in `extraWarnings` option that shipped with 2.1 a package to be ignored? Curr...
g
Hello, can we specify in
extraWarnings
option that shipped with 2.1 a package to be ignored? Currently protobuf compilation adds modifiers in the compiled classes and we get the redundant modifier warning Ideally we would like to ignore the package/directory that we output the classes to
d
No, this option is module-wide You can describe your use-case in KT-73606 cc @Nick Lunyak
thank you color 2