Native Loader
based off of the native-loader used by lavaplayer
Installation
repositories {
maven("https://maven.dimensional.fun/releases")
}
dependencies {
implementation("gg.mixtape:native-loader:{VERSION}")
}
Usage
An example of using Rust and Kotlin using JNI can be found in the /example directory
licensed under Apache-2.0