Hi, how is it possible that I get this warning dur...
# compiler
l
Hi, how is it possible that I get this warning during compilation with 1.4.20-M2?
Copy code
w: Flag is not supported by this version of the compiler: -XInlineClasses
g
I think it should be -Xinline-classes
If I remember correctly, it changed recently, probably with 1.4.0
l
That's weird given the Kotlin Multiplatform reference shows this example:
Copy code
enableLanguageFeature("InlineClasses") // language feature name
g
Not sure how this work with language feature dsl, this is freeCompilerFlag
e
Language features is
Copy code
-XXLanguage:+InlineClasses,