px32-bot/settings.gradle.kts

6 lines
131 B
Text
Raw Normal View History

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