mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-02 12:50:55 +00:00
12 lines
203 B
Plaintext
12 lines
203 B
Plaintext
plugins {
|
|
id("gay.pizza.pork.module")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":frontend"))
|
|
api(project(":evaluator"))
|
|
|
|
implementation(project(":common"))
|
|
implementation("net.java.dev.jna:jna:5.13.0")
|
|
}
|