1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 16:28:12 -07:00
This commit is contained in:
Cedric Beust 2016-01-30 00:45:06 +04:00
parent c90fbb6a41
commit 763c1c492a

View file

@ -113,6 +113,7 @@ public class DependencyManager @Inject constructor(val executors: KobaltExecutor
/** /**
* @return the compile dependencies for this project, including the contributors. * @return the compile dependencies for this project, including the contributors.
* TODO: very similar to the method below, refactor.
*/ */
fun dependencies(project: Project, context: KobaltContext) : List<IClasspathDependency> { fun dependencies(project: Project, context: KobaltContext) : List<IClasspathDependency> {
val result = arrayListOf<IClasspathDependency>() val result = arrayListOf<IClasspathDependency>()