Could you not just do ``` object SomeClass { i...
# getting-started
r
Could you not just do
Copy code
object SomeClass {
    init {
        Native.register(VR::class.java, JNA_NATIVE_LIB)
    }
}