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