Is it possible to suppress experimental language f...
# eap
r
Is it possible to suppress experimental language feature warnings like
Copy code
w: ATTENTION!
This build uses unsafe internal compiler arguments:

-XXLanguage:+NewInference
It prints this warning each time a KotlinCompile task is running. With many modules this is super annoying. I know what I’m doing, I want to test these feature. I don’t need to be reminded each time
d
Currently no, but we know that it’s super irritating (well, we use a lot of experimental features internally 🙂 ), so this problem is quite high in our priority list.
r
Thanks