Join Slack
Powered by
Why can't I use `@JvmName` on an `open` function? ...
# announcements
m
Marc Knaup
03/16/2019, 12:14 AM
Why can't I use
@JvmName
on an
open
function? 😮
🤔 1
h
Hullaballoonatic
04/11/2019, 5:53 PM
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?
3
Views
Open in Slack
Previous
Next