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

Future plugin.xml tag.

This commit is contained in:
Cedric Beust 2015-11-03 00:03:48 -08:00
parent bcee0dc4ae
commit 68ea5de225

View file

@ -13,4 +13,6 @@ class KobaltPluginFile {
fun <T> instanceOf(c: Class<T>) = Kobalt.INJECTOR.getInstance(c)
val projectContributors : List<Class<out IProjectContributor>> =
arrayListOf(JavaPlugin::class.java, KotlinPlugin::class.java)
// Future: compilerArgs contributor
}