mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 07:59:21 +08:00
Change compile to implementation in README (#467)
This commit is contained in:
committed by
Eric Cochran
parent
d045947ea7
commit
351bc57554
@@ -498,7 +498,7 @@ Download [the latest JAR][dl] or depend via Maven:
|
||||
```
|
||||
or Gradle:
|
||||
```groovy
|
||||
compile 'com.squareup.moshi:moshi:1.5.0'
|
||||
implementation 'com.squareup.moshi:moshi:1.5.0'
|
||||
```
|
||||
and for additional Kotlin support:
|
||||
```xml
|
||||
@@ -510,7 +510,7 @@ and for additional Kotlin support:
|
||||
```
|
||||
or Gradle:
|
||||
```groovy
|
||||
compile 'com.squareup.moshi:moshi-kotlin:1.5.0'
|
||||
implementation 'com.squareup.moshi:moshi-kotlin:1.5.0'
|
||||
```
|
||||
|
||||
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
|
||||
|
@@ -25,7 +25,7 @@ Download [the latest JAR][1] or grab via [Maven][2]:
|
||||
```
|
||||
or [Gradle][2]:
|
||||
```groovy
|
||||
compile 'com.squareup.moshi:moshi-adapters:latest.version'
|
||||
implementation 'com.squareup.moshi:moshi-adapters:latest.version'
|
||||
```
|
||||
|
||||
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
|
||||
|
Reference in New Issue
Block a user