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:
parent
5ddc370521
commit
5d11395b7c
2 changed files with 6 additions and 1 deletions
|
@ -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))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue