Join Slack
Powered by
JvmStatic needs only for better Java API, otherwis...
# announcements
g
gildor
08/24/2017, 5:48 AM
JvmStatic needs only for better Java API, otherwise in Java you must call companion object members this way:
YourClass.Companion.companionMember()
, but with JvmStatic on companionMember you can use
YourClass.companionMember()
Open in Slack
Previous
Next