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

Introducing IRunContributor.

This commit is contained in:
Cedric Beust 2015-11-23 21:52:11 -08:00
parent 1ae3559f70
commit 55e6cff0f5
4 changed files with 92 additions and 38 deletions

View file

@ -37,4 +37,7 @@
<compiler-interceptors>
<class-name>com.beust.kobalt.plugin.android.AndroidPlugin</class-name>
</compiler-interceptors>
<run-contributors>
<class-name>com.beust.kobalt.plugin.application.ApplicationPlugin</class-name>
</run-contributors>
</kobalt-plugin>