pork/evaluator/build.gradle.kts

11 lines
133 B
Plaintext
Raw Normal View History

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