mirror of
https://github.com/tribufu/tribufu-java
synced 2026-06-01 09:42:37 +00:00
Update TribuFu.kt
This commit is contained in:
parent
e24715c22a
commit
4269606e35
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue