Files
pork/evaluator/build.gradle.kts

11 lines
133 B
Plaintext
Raw Normal View History

2023-09-04 01:56:24 -07:00
plugins {
pork_module
}
dependencies {
api(project(":ast"))
api(project(":frontend"))
implementation(project(":common"))
}