9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
plugins {
|
|
id("gradle.java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":prometeu-infra"))
|
|
|
|
implementation(project(":prometeu-compiler:prometeu-compiler-core"))
|
|
} |