IntelliJ gives you nice help here:
Which adds @Suppress("NOTHING_TO_INLINE")
to resolve the warning.
Some of the possible names of the compiler diagnostics to suppress can be found in Errors.java and DefaultErrorMessages.java i.e.:
REDUNDANT_MODIFIER, "Modifier ''{0}'' is redundant because ''{1}'' is present"