10 lines
112 B
Plaintext
10 lines
112 B
Plaintext
|
plugins {
|
||
|
java
|
||
|
`java-library`
|
||
|
}
|
||
|
|
||
|
description = ""
|
||
|
|
||
|
dependencies {
|
||
|
api(project(":plutoengine:plutodisplay"))
|
||
|
}
|