2023-09-04 01:56:24 -07:00
|
|
|
plugins {
|
2023-09-04 21:50:27 -07:00
|
|
|
id("gay.pizza.pork.module")
|
2023-09-04 01:56:24 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api(project(":ast"))
|
2023-10-16 21:52:21 -07:00
|
|
|
api(project(":tokenizer"))
|
2023-09-04 01:56:24 -07:00
|
|
|
|
|
|
|
implementation(project(":common"))
|
|
|
|
}
|