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

@ -1,8 +1,7 @@
plugins {
kotlin("jvm") version "1.9.10" apply false
kotlin("plugin.serialization") version "1.9.10" apply false
id("gay.pizza.pork.root")
}
tasks.withType<Wrapper> {
gradleVersion = "8.3"
gradleVersion = "8.4-rc-1"
}