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