Why can't I use `@JvmName` on an `open` function? ...
# announcements
m
Why can't I use
@JvmName
on an
open
function? 😮
🤔 1
h
i'm guessing because kotlin doesn't do final the way that java does. kotlin abandoned the keyword for const and made all classes final by default, so maybe it doesn't play nicely with the jvm?