This is what’s coming in 51: ``` install { ...
# kobalt
c
This is what’s coming in 51:
Copy code
install {
        collect(compileDependencies).forEach {
            copy(it.absolutePath, to("deploy"))
        }
    }