ffi: migrate to jffi which will provide a path for struct support

This commit is contained in:
2023-10-06 17:07:15 -07:00
parent 0d8c6723de
commit 437ab758be
7 changed files with 157 additions and 180 deletions

View File

@ -7,4 +7,6 @@ dependencies {
api(project(":evaluator"))
implementation(project(":common"))
implementation("com.github.jnr:jffi:1.3.12")
implementation("com.github.jnr:jffi:1.3.12:native")
}