mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
Potentially helpful comment
This commit is contained in:
parent
269d355a47
commit
d26578b28e
1 changed files with 4 additions and 0 deletions
|
|
@ -20,3 +20,7 @@ File(rootDir, ".").eachDir { dir ->
|
||||||
fun File.eachDir(block: (File) -> Unit) {
|
fun File.eachDir(block: (File) -> Unit) {
|
||||||
listFiles()?.filter { it.isDirectory }?.forEach { block(it) }
|
listFiles()?.filter { it.isDirectory }?.forEach { block(it) }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// To only include a single project, comment out the previous lines (except the first one), and include your plugin like so:
|
||||||
|
// include("PluginName")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue