pork/vm/build.gradle.kts

12 lines
183 B
Plaintext
Raw Normal View History

2023-11-15 07:44:10 +00:00
plugins {
id("gay.pizza.pork.module")
}
dependencies {
api(project(":execution"))
api(project(":bytecode"))
api(project(":compiler"))
implementation(project(":common"))
}