Update TribuFu.kt

This commit is contained in:
GuilhermeWerner 2021-05-07 09:37:47 -03:00
parent e24715c22a
commit 4269606e35

View file

@ -9,7 +9,7 @@ class TribuFu {
external fun Hello(input: String): String external fun Hello(input: String): String
// Used to load the 'TribuFu' library on application startup. // Used to load the 'TribuFu' library on application startup.
fun LoadLibrary() { init {
System.loadLibrary("TribuFu") System.loadLibrary("TribuFu_jvm")
} }
} }