[experiments] enable SoraStream

This commit is contained in:
hexated 2022-10-16 04:45:01 +07:00
parent 784c42a603
commit 43ee5fda88
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ rootProject.name = "CloudstreamPlugins"
// This file sets what projects are included. All new projects should get automatically included unless specified in "disabled" variable.
val disabled = listOf<String>("SoraStream")
val disabled = listOf<String>()
File(rootDir, ".").eachDir { dir ->
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {