2020-09-02 19:44:09 +00:00
|
|
|
apply plugin: 'java-library'
|
|
|
|
|
|
|
|
description = "The foundation module for games and apps built on top of PlutoEngine."
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api project(":plutogui")
|
2020-09-04 12:59:14 +00:00
|
|
|
api project(":plutoaudio")
|
2020-09-02 19:44:09 +00:00
|
|
|
}
|