mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
KDoc.
This commit is contained in:
parent
5b969f4570
commit
040bcd173b
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue