LoadLibrary Kotlin

companion object {
        init {
            System.loadLibrary("native-lib")
        }
    }
Snippets