| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AutoValue 1.10.3.tar.gz | 2023-08-15 | 425.3 kB | |
| AutoValue 1.10.3.zip | 2023-08-15 | 767.0 kB | |
| README.md | 2023-08-15 | 290 Bytes | |
| Totals: 3 Items | 1.2 MB | 0 | |
- An "incompatible version" issue with Kotlin compilation has been fixed. See [#1574]. (b21c7f4fb)
- A warning is now produced if a
setXmethod in aBuilderor its return type is marked@Nullable. Those methods always return theBuilderinstance, which is never null. (e5b4b5484)