mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Future contributors.
This commit is contained in:
parent
0ac7a4426e
commit
4c9543d70f
1 changed files with 3 additions and 0 deletions
|
@ -7,5 +7,8 @@ import java.util.*
|
||||||
public class KobaltContext(val args: Args) {
|
public class KobaltContext(val args: Args) {
|
||||||
fun findPlugin(name: String) = Plugins.findPlugin(name)
|
fun findPlugin(name: String) = Plugins.findPlugin(name)
|
||||||
val classpathContributors: ArrayList<IClasspathContributor> = arrayListOf()
|
val classpathContributors: ArrayList<IClasspathContributor> = arrayListOf()
|
||||||
|
// sourceContributors
|
||||||
|
// projectContributors
|
||||||
|
// compilerContributors
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue