px32-bot/settings.gradle.kts

6 lines
131 B
Text
Raw Permalink Normal View History

2024-09-01 14:25:09 +00:00
rootProject.name = "px32-bot"
2024-09-19 00:49:45 +00:00
include("px32-bot-core")
2024-09-19 07:27:42 +00:00
include("px32-bot-api")
2024-09-21 16:57:20 +00:00
include("px32-bot-module")
2024-09-20 01:34:58 +00:00
include("sample-plugin")