plugin-template/settings.gradle.kts
2022-08-08 10:00:39 +02:00

9 lines
231 B
Text

rootProject.name = "CloudstreamPlugins"
// This file sets what projects are included. Every time you add a new project, you must add it
// to the includes below.
// Plugins are included like this
include(
"ExampleProvider"
)