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

Remove the Android plug-in from the core.

It's now in its own project.
This commit is contained in:
Cedric Beust 2015-12-26 00:16:53 +04:00
parent 05d4571a9a
commit 643c85f1a4
9 changed files with 1 additions and 1035 deletions

View file

@ -5,7 +5,6 @@
<!-- Classes within this tag are instantiated and the introspected by Kobalt. Whenever they -->
<!-- are found to implement one of IPluginActor's interfaces, they are added as such -->
<class-name>com.beust.kobalt.plugin.java.JavaPlugin</class-name>
<class-name>com.beust.kobalt.plugin.android.AndroidPlugin</class-name>
<class-name>com.beust.kobalt.plugin.application.ApplicationPlugin</class-name>
<class-name>com.beust.kobalt.plugin.KobaltPlugin</class-name>
<class-name>com.beust.kobalt.plugin.kotlin.KotlinPlugin</class-name>