Join Slack
Powered by
Ah, that is not the same as a `static` field in Ja...
# announcements
d
diesieben07
02/21/2018, 2:13 PM
Ah, that is not the same as a
static
field in Java. For that you want a
var
or
val
marked with
@JvmField
inside a
companion object
.
11
Views
Open in Slack
Previous
Next