Are there any examples/tutorials on how to use Dagger2 with GWT. It would be very helpful.
On Tuesday, August 18, 2015 at 4:13:59 PM UTC+2, Jens wrote: > > Could you please be a little more precise? I didn't manage to install the >> fork, and since the pull request still hasn't been accepted it would be >> great if you could elaborate more on this. >> > > Since my fork is already 6 month old and I haven't rebased my changes yet > it is probably best if you just clone the google dagger repository. Once > you have done that you can do > > git fetch origin pull/119/head:gwt-integration > > This should give you a new local branch named gwt-integration which > contains the changes of my pull request. Now you can decide if you want to > rebase that local branch on a release tag (e.g. dagger-2.0.1) or on the > master branch. Finally you just build dagger using mvn package or mvn > install. > > -- J. > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
