C  G  P  R  T 

T

toDepthOf(java.lang.String,java.lang.Integer) - function in com.fnc314.gradle.plugins.settings.projectcollectionsgradlesettingsplugin.ProjectCollectionsGradleSettingsExtension
A friendly-syntax approach to including collections of projects
projectCollections {
    "apps" toDepthOf 1
    "components" toDepthOf 1
    "design-system" toDepthOf 1
    "features" toDepthOf 2
    // means "features/first/project-a", "features/first/project-b", "features/second/project-a", etc...
}
C  G  P  R  T