1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Make private.

This commit is contained in:
Cedric Beust 2016-07-22 01:10:04 -08:00
parent d029e654b0
commit 9decde54c4

View file

@ -195,7 +195,7 @@ open class JvmCompilerPlugin @Inject constructor(
}
}
val allProjects = arrayListOf<ProjectDescription>()
private val allProjects = arrayListOf<ProjectDescription>()
// IProjectContributor
override fun projects() = allProjects