plutoengine/plutocore/build.gradle

7 lines
159 B
Groovy
Raw Normal View History

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