Files
ajQueue/settings.gradle.kts
T
2021-07-09 08:26:45 -07:00

5 lines
95 B
Kotlin

rootProject.name = "ajQueue"
include(":api")
include(":common")
include(":platforms:velocity")