mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
TODO.
This commit is contained in:
parent
c90fbb6a41
commit
763c1c492a
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ public class DependencyManager @Inject constructor(val executors: KobaltExecutor
|
|||
|
||||
/**
|
||||
* @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> {
|
||||
val result = arrayListOf<IClasspathDependency>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue