mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
12 lines
356 B
Groovy
12 lines
356 B
Groovy
apply plugin: 'kotlin'
|
|
|
|
dependencies {
|
|
implementation project(':game')
|
|
implementation project(':cache')
|
|
implementation project(':net')
|
|
implementation project(':util')
|
|
implementation project(':game:plugin:entity:pathing')
|
|
implementation project(':game:plugin:entity:actions')
|
|
testImplementation project(':game:plugin-testing')
|
|
}
|