-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Plugins for sbt? #121
Comments
No plans at the moment. Is anyone using sbt to build Android apps? |
Yes me. |
I've used it as well. Far from ideal but it mostly works. That said, this plugin is not required for development on Android. It merely generates a module for your manifest entries which otherwise could be done manually. We also aren't sure in what form it will exist (if at all) by the time Dagger hits 1.0. Android is moving to Gradle in the next year anyways so if we do keep this around we would probably move towards solely supporting that in the long run. |
But is the dagger compiler with the annotation processors (i.e. dagger-compiler-0.9.jar) not necessary? |
On 4 Dec 2012, at 18:32, DaveGit wrote:
dagger-compiler isn't a maven-plugin, it's an annotation processor. It |
Hi,
I see that the plugins are for maven. Do you plan supporting sbt too?
The text was updated successfully, but these errors were encountered: