mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-02 21:00:56 +00:00
13 lines
256 B
Plaintext
13 lines
256 B
Plaintext
plugins {
|
|
id("gay.pizza.pork.module")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":frontend"))
|
|
api(project(":evaluator"))
|
|
|
|
implementation(project(":common"))
|
|
implementation("com.github.jnr:jffi:1.3.12")
|
|
implementation("com.github.jnr:jffi:1.3.12:native")
|
|
}
|