Update to KotlinPoet 1.4.2 (#972)

* Unwrap typealiases

This was a change in 1.4.2 left over from moshi's prior metadata logic. We need the unwrapped type for class references

* Add toe-hold for testing shared adapter behavior

* Add regression test for abstractSuperProperties

* Kotlinpoet 1.4.2
This commit is contained in:
Zac Sweers
2019-10-29 07:51:17 -04:00
committed by Jesse Wilson
parent 73bc12735e
commit d5a43e35f3
4 changed files with 55 additions and 3 deletions

View File

@@ -37,7 +37,7 @@
<okio.version>1.16.0</okio.version>
<okio2.version>2.1.0</okio2.version>
<kotlin.version>1.3.50</kotlin.version>
<kotlinpoet.version>1.4.1</kotlinpoet.version>
<kotlinpoet.version>1.4.2</kotlinpoet.version>
<kotlinx-metadata.version>0.1.0</kotlinx-metadata.version>
<maven-assembly.version>3.1.0</maven-assembly.version>