ScalaBot/settings.gradle.kts
LamGC bfe5bb8b7d
refactor: 将扩展示例的名称更改为 scalabot-ext-example.
用 simple 并不能表示为示例, 改成 example 会更合适一些.
2022-01-16 21:18:48 +08:00

7 lines
120 B
Plaintext

rootProject.name = "scalabot"
include(":scalabot-app")
include(":scalabot-extension")
include("scalabot-ext-example")