mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Default COMPILE scope.
This commit is contained in:
parent
effdb8d142
commit
b6cb358606
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ interface IDependencyManager {
|
||||||
* allDependencies is typically either compileDependencies or testDependencies
|
* allDependencies is typically either compileDependencies or testDependencies
|
||||||
*/
|
*/
|
||||||
fun calculateDependencies(project: Project?, context: KobaltContext,
|
fun calculateDependencies(project: Project?, context: KobaltContext,
|
||||||
scopeFilters: Collection<Scope> = emptyList(),
|
scopeFilters: Collection<Scope> = listOf(Scope.COMPILE),
|
||||||
vararg passedDependencies: List<IClasspathDependency>): List<IClasspathDependency>
|
vararg passedDependencies: List<IClasspathDependency>): List<IClasspathDependency>
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue