Update to KotlinPoet 1.0.0-RC2.

Also, use KotlinPoet's escaping for $ characters in formatted strings.
This is partly a revert of 01f600c (https://github.com/square/moshi/pull/604/).
This commit is contained in:
Eric Cochran
2018-11-02 16:59:27 -07:00
parent 9eb142d05b
commit 0795e9cbd5
5 changed files with 9 additions and 8 deletions

View File

@@ -25,7 +25,7 @@
<dependency>
<groupId>com.squareup</groupId>
<artifactId>kotlinpoet</artifactId>
<version>1.0.0-RC1</version>
<version>1.0.0-RC2</version>
</dependency>
<dependency>
<groupId>com.google.auto</groupId>