mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
Update to KotlinPoet 1.4.1/Kotlin 1.3.50 (#956)
* KotlinPoet 1.4.1 & Kotlin 1.3.50 KotlinPoet uses 1.3.50, so this just matches that now * Remove now-unnecessary custom shade This uses the same common package prefix in kotlinpoet now * Add backwardReferencingTypeVars() regression test Coverage for #955
This commit is contained in:
@@ -217,10 +217,6 @@
|
||||
<pattern>com.squareup.kotlinpoet.classinspector</pattern>
|
||||
<shadedPattern>com.squareup.moshi.kotlinpoet.classinspector</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>kotlinpoet.classinspector.elements.shaded</pattern>
|
||||
<shadedPattern>com.squareup.moshi.kotlinpoet.classinspector.elements.shaded</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>kotlinx.metadata</pattern>
|
||||
<shadedPattern>com.squareup.moshi.kotlinx.metadata</shadedPattern>
|
||||
|
Reference in New Issue
Block a user