mirror of
https://github.com/recloudstream/plugin-template.git
synced 2024-08-15 03:16:05 +00:00
9 lines
231 B
Text
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"
|
|
)
|