Is there a way to suppress specific kotlin compile...
# announcements
v
Is there a way to suppress specific kotlin compiler warnings?
Copy code
w: ATTENTION!
This build uses unsafe internal compiler arguments:

-XXLanguage:+InlineClasses
i
No, but you can use less alarming switch
-Xinline-classes
v
Awesome thanks!