mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
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:
2
pom.xml
2
pom.xml
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user