moshi/kotlin
Jesse Wilson 7382145318 Change DelegateKey to use AnnotationSpec instead of AnnotationMirror
AnnotationSpec implements equals() in the way we need, but
AnnotationMirror doesn't. As a consequence this fixes a problem
where we were generating redundant adapters.

Closes: https://github.com/square/moshi/issues/563
2018-09-09 15:27:21 -04:00
..
codegen Change DelegateKey to use AnnotationSpec instead of AnnotationMirror 2018-09-09 15:27:21 -04:00
reflect Merge pull request #628 from gabrielittner/master 2018-09-08 14:58:44 -04:00
tests Change DelegateKey to use AnnotationSpec instead of AnnotationMirror 2018-09-09 15:27:21 -04:00