Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick authored Feb 27, 2024
1 parent b91c8e3 commit 4b2cdeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
#### < Gradle 7

```groovy
compile 'be.zvz:KotlinInside:1.16.1'
compile 'be.zvz:KotlinInside:1.16.2'
```

#### Gradle 7+

```groovy
implementation 'be.zvz:KotlinInside:1.16.1'
implementation 'be.zvz:KotlinInside:1.16.2'
```

### Maven
Expand All @@ -25,7 +25,7 @@ implementation 'be.zvz:KotlinInside:1.16.1'
<dependency>
<groupId>be.zvz</groupId>
<artifactId>KotlinInside</artifactId>
<version>1.16.1</version>
<version>1.16.2</version>
</dependency>
```

Expand Down

0 comments on commit 4b2cdeb

Please sign in to comment.