w: Language version 1.4 is experimental, there are no backwards compatibility guarantees for new language and library features
e
eskatos
06/24/2020, 9:40 AM
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
tapchicoma
06/24/2020, 9:41 AM
unfortunately no
e
eskatos
06/24/2020, 9:42 AM
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.