mirror of
https://github.com/fankes/moshi.git
synced 2025-12-12 22:01:02 +08:00
Prepare for release 1.13.0.
This commit is contained in:
@@ -1061,7 +1061,7 @@ The reflection adapter requires the following additional dependency:
|
||||
```
|
||||
|
||||
```kotlin
|
||||
implementation("com.squareup.moshi:moshi-kotlin:1.12.0")
|
||||
implementation("com.squareup.moshi:moshi-kotlin:1.13.0")
|
||||
```
|
||||
|
||||
Note that the reflection adapter transitively depends on the `kotlin-reflect` library which is a
|
||||
@@ -1097,7 +1097,7 @@ add the following to your build to enable the annotation processor:
|
||||
```
|
||||
|
||||
```kotlin
|
||||
kapt("com.squareup.moshi:moshi-kotlin-codegen:1.12.0")
|
||||
kapt("com.squareup.moshi:moshi-kotlin-codegen:1.13.0")
|
||||
```
|
||||
|
||||
You must also have the `kotlin-stdlib` dependency on the classpath during compilation in order for
|
||||
@@ -1128,7 +1128,7 @@ Download [the latest JAR][dl] or depend via Maven:
|
||||
```
|
||||
or Gradle:
|
||||
```kotlin
|
||||
implementation("com.squareup.moshi:moshi:1.12.0")
|
||||
implementation("com.squareup.moshi:moshi:1.13.0")
|
||||
```
|
||||
|
||||
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
|
||||
|
||||
Reference in New Issue
Block a user