11 lines
154 B
Kotlin
11 lines
154 B
Kotlin
rootProject.name = "ajQueue"
|
|
|
|
include(":api")
|
|
include(":common")
|
|
|
|
include(":spigot")
|
|
|
|
include(":platforms:velocity")
|
|
|
|
include(":free")
|
|
include(":premium") |