10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
plugins {
|
|
id("gradle.java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":prometeu-infra"))
|
|
implementation(project(":prometeu-compiler:prometeu-compiler-core"))
|
|
|
|
implementation(project(":prometeu-compiler:frontends:prometeu-frontend-pbs"))
|
|
} |