Marc
05/18/2024, 12:28 AMcontinue
from inside a run { }
call. In Kotlin 1.9.24 this compiles fine with languageVersion = "2.1"
in my build.gradle.kts. After I updated to 2.0.0-RC3 it started failing with the error The feature "break continue in inline lambdas" is experimental and should be enabled explicitly
, which is the same error I would get previously when not setting the languageVersion
property. Did something change about how to specify the language version with K2?dmitriy.novozhilov
05/20/2024, 7:35 AMMarc
05/20/2024, 2:11 PM