Closed metaphore closed 6 years ago
Pretty sure it's just the way it happened to be implemented. Would you mind submitting a pull request and checking if it works on GWT?
Sure, will do
@czyzby I guess you mean made PR and then try maven snapshot? But I'm just curious, is there an easy way to test lib from sources on GWT?
gradle build install
adds the lib to your Maven Local repo. Add mavenLocal()
at the top of your project's build.gradle
repositories and it will automatically choose your local version.
Oh, that's the way, thanks!
I'm not sure if this is by design for Autumn to not support injection for fields of a superclass, but since
@Inject
works fine in that case, I think it would be nice to changeViewStageAnnotationProcessor
so it does the same too.Here is one line I've changed in
ViewStageAnnotationProcessor
and looks like there is no problem with it: