mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 07:59:21 +08:00
Update to KotlinPoet 1.0.0-RC1 (#599)
* Update to kotlinpoet 1.0.0-RC1 * Move to WildcardTypeName.STAR * simpleNames() function -> simpleNames property * packageName() fun -> packageName property * simpleName() fun -> simpleName property * Check if bounds are empty for TypeVariableName. If so, use no-bounds creator * Use new parameterizedBy/plusParameter API where appropriate
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<dependency>
|
||||
<groupId>com.squareup</groupId>
|
||||
<artifactId>kotlinpoet</artifactId>
|
||||
<version>0.7.0</version>
|
||||
<version>1.0.0-RC1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.auto</groupId>
|
||||
|
Reference in New Issue
Block a user