Join Slack
Powered by
Oh yeah right, forgot about the `@JvmField` annota...
# getting-started
r
robin
02/09/2017, 8:37 AM
Oh yeah right, forgot about the
@JvmField
annotation there for a second. Actually you can even use that directly on the file-level val:
Copy code
object Glm { fun whatever() = Unit } @JvmField val glm = Glm
Open in Slack
Previous
Next