9 lines
196 B
Plaintext
9 lines
196 B
Plaintext
plugins {
|
|
id("gradle.java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":prometeu-lsp:prometeu-lsp-api"))
|
|
implementation(project(":prometeu-vfs:prometeu-vfs-api"))
|
|
}
|