is there some way to get `@JvmField` on member pro...
# getting-started
e
is there some way to get
@JvmField
on member properties in interfaces?
s
I'm not sure what that would mean, since interfaces can't have fields. What would be the Java code that you want to replicate?
e
my bad, sorry, the automatic kotlin conversion turned some getter methods to properties and now I have to manually revert them