Files
apollo/game/plugin/bank/build.gradle
Gary Tierney 8c50d3e091 WIP
2019-08-04 02:00:48 +01:00

12 lines
288 B
Groovy

apply plugin: 'kotlin'
dependencies {
implementation project(':game')
implementation project(':cache')
implementation project(':net')
implementation project(':util')
implementation project(':game:plugin:api')
testImplementation project(':game:plugin-testing')
}