Don’t think you’re allowed to use `@file:JvmName(”...
# announcements
p
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.