ffi: migrate to java.lang.foreign and require Java 21

This commit is contained in:
2023-09-23 15:40:40 -07:00
parent c340cfb86d
commit e31566f0d6
27 changed files with 270 additions and 800 deletions

View File

@ -7,5 +7,4 @@ dependencies {
api(project(":evaluator"))
implementation(project(":common"))
implementation("net.java.dev.jna:jna:5.13.0")
}