JvmDefault
Deprecated (with error)
Switch to new -Xjvm-default modes: `all` or `all-compatibility`
Specifies that a JVM default method should be generated for non-abstract Kotlin interface member.
This annotation can no longer be used. It has been superseded by the new -Xjvm-default
modes all
and all-compatibility
, and the new annotations @JvmDefaultWithCompatibility
and @JvmDefaultWithoutCompatibility
.