pork/ffi/build.gradle.kts

11 lines
155 B
Plaintext

plugins {
id("gay.pizza.pork.module")
}
dependencies {
api(project(":frontend"))
api(project(":evaluator"))
implementation(project(":common"))
}