1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2016-06-27 02:20:44 -08:00
parent 5b969f4570
commit 040bcd173b

View file

@ -21,6 +21,7 @@ class KobaltContext(val args: Args) {
fun findPlugin(name: String) = Plugins.findPlugin(name)
/** All the projects that are being built during this run */
val allProjects = arrayListOf<Project>()
/** For internal use only */