ProjectDependencyDeclaration

interface ProjectDependencyDeclaration

Used to declare how to map project dependencies.

Author

凛 (https://github.com/RinOrz)

Types

Companion
Link copied to clipboard
object Companion

Functions

filter
Link copied to clipboard
abstract fun filter(predicate: (Project) -> Boolean)

If the predicate is true, the corresponding Project will be mapped, otherwise it will not be mapped.

filterNot
Link copied to clipboard
open fun filterNot(predicate: (Project) -> Boolean)

If the predicate is false, the corresponding Project will be mapped, otherwise it will not be mapped.

mapRootProject
Link copied to clipboard
abstract fun mapRootProject(mapped: CharSequence? = null)

Map the root project as the specified mapped path/name.