is there a reason why am I getting: `'@JvmName': i...
# announcements
e
is there a reason why am I getting:
'@JvmName': is not applicable to this declaration
for an extension function in an interface?
i
Changing the jvm name of an interface member is currently not supported. There's a request to support it: https://youtrack.jetbrains.com/issue/KT-31420
e
Thank you