Hello everybody :wave: Is there any way to suppres...
# k2-adopters
d
Hello everybody 👋 Is there any way to suppress the following warning?
w: Language version 2.0 is experimental, there are no backwards compatibility guarantees for new language and library features
🚫 1
a
https://youtrack.jetbrains.com/issue/KT-56652/Cannot-use-K2-along-with-Werror-all-warnings-as-errors
Since 1.8.20, the workaround is -Xsuppress-version-warnings (assuming that -language-version 2.0 is used)
🙏 1