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