Oh yeah right, forgot about the `@JvmField` annota...
# getting-started
r
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