https://kotlinlang.org logo
Title
t

tapchicoma

06/06/2019, 12:21 PM
How to disable this annoying message?
w: ATTENTION!
This build uses unsafe internal compiler arguments:

-XXLanguage:+InlineClasses
Start to happen after adding this:
freeCompilerArgs += [
                    "-XXLanguage:+InlineClasses"
            ]
3
g

gildor

06/07/2019, 1:23 AM
I saw some issue where suggested to make those unsafe warnings configurable, but could find it on tracker
t
g

gildor

06/07/2019, 7:25 AM
d

dsavvinov

06/07/2019, 4:23 PM
That's our (shameful) tech debt. We've scheduled it for 1.3.50
👍 2