A framework that sits on-top of LuaJ to provide a better developer experience
- Write your code in Kotlin - Our API natively supports Kotlin to write LuaJ functions
repositories {
maven("https://jitpack.io")
}
dependencies {
/* example:
implementation("com.github.znci:twine:3a5f69f7b1")
*/
implementation("com.github.znci:twine:{LATEST_COMMIT}") // (first 10 characters of commit hash)
}
Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests on the GitHub repository.