Join Slack
Powered by
Don’t think you’re allowed to use `@file:JvmName(”...
# announcements
p
paulblessing
01/12/2017, 7:16 PM
Don’t think you’re allowed to use
@file:JvmName(”MyClass”)
if you’re already defining a class named
MyClass
. A
@JvmField
in the companion should accomplish what you’re looking for.
Open in Slack
Previous
Next