plutoengine/engine-core/plutocore/build.gradle.kts

11 lines
218 B
Plaintext
Raw Normal View History

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