Skip to content

Commit

Permalink
Use Kotlin DSL syntax in Gradle instructions (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt committed Apr 12, 2023
1 parent 3c09c0b commit 3a5559f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,13 @@ Message.Udp(

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.juul.koap/koap/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.juul.koap/koap)

```groovy
```kotlin
repositories {
mavenCentral()
}

dependencies {
implementation 'com.juul.koap:koap:$version'
implementation("com.juul.koap:koap:$version")
}
```

Expand Down

0 comments on commit 3a5559f

Please sign in to comment.