mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Make private.
This commit is contained in:
parent
d029e654b0
commit
9decde54c4
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ open class JvmCompilerPlugin @Inject constructor(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
val allProjects = arrayListOf<ProjectDescription>()
|
private val allProjects = arrayListOf<ProjectDescription>()
|
||||||
|
|
||||||
// IProjectContributor
|
// IProjectContributor
|
||||||
override fun projects() = allProjects
|
override fun projects() = allProjects
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue