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

Compilers are now plug-in actors.

This commit is contained in:
Cedric Beust 2015-11-29 09:28:08 -08:00
parent fd5fb983e2
commit 87975284d9
15 changed files with 88 additions and 33 deletions

View file

@ -48,4 +48,8 @@
<classpath-interceptors>
<class-name>com.beust.kobalt.plugin.android.AndroidPlugin</class-name>
</classpath-interceptors>
<compiler-contributors>
<class-name>com.beust.kobalt.plugin.java.JavaPlugin</class-name>
<class-name>com.beust.kobalt.plugin.kotlin.KotlinPlugin</class-name>
</compiler-contributors>
</kobalt-plugin>