1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2015-12-12 03:12:35 +04:00
parent 1c75273141
commit 3d5b2ee167

View file

@ -112,7 +112,7 @@ public class DependencyManager @Inject constructor(val executors: KobaltExecutor
}
/**
* @return the test dependencies for this project, including the contributors.
* @return the compile dependencies for this project, including the contributors.
*/
fun dependencies(project: Project, context: KobaltContext,
projects: List<ProjectDescription>) : List<IClasspathDependency> {