px32-bot/settings.gradle.kts

5 lines
131 B
Text

rootProject.name = "px32-bot"
include("px32-bot-core")
include("px32-bot-api")
include("px32-bot-module")
include("sample-plugin")