1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00

+ server should send buildFileClasspath to plugin. close #410

This commit is contained in:
Dmitry Zhuravlev 2017-04-14 17:18:16 +03:00
parent 5ddc370521
commit 5d11395b7c
2 changed files with 6 additions and 1 deletions

View file

@ -68,6 +68,7 @@ class Kobalt {
fun addBuildFileClasspath(dep: String) {
val dependencyManager = Kobalt.INJECTOR.getInstance(DependencyManager::class.java)
//FIXME buildFileClasspath collection never becomes clear! each synchronization will add the same dependencies to it
buildFileClasspath.add(dependencyManager.create(dep))
}