Not sure if this is the right channel, but just in...
# eap
j
Not sure if this is the right channel, but just in case, how can I disable the warning about language level 2.0 when using the
kotlin.experimental.tryK2=true
gradle property? I'm using
allWarningsAsErrors
so it currently breaks the build... 😕
j
Ah thanks, didn't see that, so
-Xsuppress-version-warnings
should be enough now, thanks