Shade unreleased KotlinPoet 0.7.0.

That way we won't collide with other annotation processors if they have an
incompatible version.
This commit is contained in:
Jesse Wilson
2018-05-14 22:40:29 -04:00
parent 50a5ef3e7d
commit b857388796
2 changed files with 38 additions and 7 deletions

View File

@@ -528,8 +528,8 @@ data class BlackjackHand(
The codegen adapter requires that your Kotlin types and their properties be either `internal` or
`public` (this is Kotlins default visibility).
Kotlin codegen has no additional runtime dependency. Youll need to add the following to your build
to enable the annotation processor:
Kotlin codegen has no additional runtime dependency. Youll need to [enable kapt][kapt] and then
add the following to your build to enable the annotation processor:
```xml
<dependency>
@@ -618,3 +618,4 @@ License
[okhttp]: https://github.com/square/okhttp/
[gson]: https://github.com/google/gson/
[javadoc]: https://square.github.io/moshi/1.x/moshi/
[kapt]: https://kotlinlang.org/docs/reference/kapt.html