But the command emitted looks correct, all the arg...
# kobalt
c
But the command emitted looks correct, all the args are here
j
Is IDEA aware of the compiler options given in kobalt build?
c
Not sure how you mean but the answer is probably no
j
Here is what I mean: since Kotlin 1.3 one may explicitly opt-in for experimental features. If I opt-in for inline classes by adding "-XXLanguage:+InlineClasses" in the compiler options, I don't want IDEA to show warnings for inline class in my code.