mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
update settings.gradle.kts
This commit is contained in:
parent
d471466e1f
commit
211320c148
1 changed files with 1 additions and 1 deletions
|
@ -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>("Animixplay","Kickassanime")
|
||||
val disabled = listOf<String>()
|
||||
|
||||
File(rootDir, ".").eachDir { dir ->
|
||||
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {
|
||||
|
|
Loading…
Reference in a new issue