Is there a way to disable this warning? ```w: Lang...
# gradle
t
Is there a way to disable this warning?
Copy code
w: Language version 1.4 is experimental, there are no backwards compatibility guarantees for new language and library features
e
Hi Yahor, We set
-Werror
on all our kotlin compilation tasks but they now fail with:
Copy code
w: Language version 1.4 is experimental, there are no backwards compatibility guarantees for new language and library features
e: warnings found and -Werror specified
I’m also looking for a way to keep using
-Werror
but accept that one warning. Did you find a solution to this?
t
unfortunately no
e
That’s a bummer. I asked some Kotlin team folks directly but it’s a non working day in Russia so it might take a while to get an answer. I’ll keep you posted in case they provide a solution.
👍 1
It may be
-Xskip-prerelease-version-check
, going to try that
No luck, that’s something else
Not possible