-
Hi,
I tried to update to the latest 0.2.2 and I have this error while compiling.
```
[...]GeevApp.java
Error:(12, 59) error: cannot find symbol class DaggerApplicationComponent
[...]GeevServiceModul…
-
Hello,
Thanks for your great extensions.
But while trying auto-value-gson, I got an error during the build.
```
java.lang.UnsupportedClassVersionError: com/ryanharter/auto/value/gson/AutoValueGson…
-
Is there a good way to direct generated output to a different directory than [build_folder]/intermediates/classes.... This gets a bit messy from using it in the IDE and linking to a build output folde…
-
When trying to execute the following command `cd app && spacejam-mocha test --coverage 'out_lcovonly out_coverage out_html'` the tests run pretty fine but at the end this happens:
```
coverage error:…
-
Hi,
I've just started using the lib and was wondering if it's possible to take an auto-value object and essentially perform the opposite of this library?
Would make working with cursors that one ste…
-
javabeans must be abstract?
if use auto-parcel
-
According to the readme of Google Auto, there should be support for property-methods (e.g. int numberOfLegs()) and autoBuild() method in builders: https://github.com/google/auto/tree/master/value#othe…
-
I'm using 0.3.0, and the generated builder class method not annotated with `@NonNull`/`@Nullable` for its return value and params.
Piasy updated
8 years ago
-
new IllegalStateException("Missing required properties:" + missing is thrown if I don't call all Builder methods. Why do you have such behavior there? Sometimes developer may need to call :
AutoParc…
-
This does not work because the extension wants `withA(String)` to return `BaseClassImpl`
``` java
public abstract class BaseClass {
public String a();
public BaseClass withA(String a);
}
@AutoVa…