pork/parser/build.gradle.kts

10 lines
105 B
Plaintext
Raw Normal View History

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