4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
val projectName by extra("MyBot")
|
|
rootProject.name = projectName
|
|
include("mybot-api")
|