8 lines
114 B
Kotlin
8 lines
114 B
Kotlin
rootProject.name = "ajQueue"
|
|
|
|
include(":api")
|
|
include(":common")
|
|
|
|
include(":platforms:velocity")
|
|
|
|
include(":free") |