7 lines
159 B
Groovy
7 lines
159 B
Groovy
|
apply plugin: 'java-library'
|
||
|
|
||
|
description = "The foundation module for games and apps built on top of PlutoEngine."
|
||
|
|
||
|
dependencies {
|
||
|
api project(":plutogui")
|
||
|
}
|