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 2015-11-03 06:57:32 -08:00
parent 371434fdae
commit a68b36349a

View file

@ -14,5 +14,9 @@ class KobaltPluginFile {
val projectContributors : List<Class<out IProjectContributor>> =
arrayListOf(JavaPlugin::class.java, KotlinPlugin::class.java)
// Future: compilerArgs contributor
// Future contributors:
// compilerArgs
// source files
// compilers
// --init
}