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:
parent
bcee0dc4ae
commit
68ea5de225
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue