Skip to content

Commit

Permalink
Update README.md with Gradle snippet for Kotlin DSL (pull #749)
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Mar 26, 2024
1 parent b3bda85 commit dcd92aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -30,10 +30,10 @@ We can also have everything downloaded and installed automatically with:
</dependency>
```

* Gradle (inside the `build.gradle` file)
* Gradle (inside the `build.gradle.kts` or `build.gradle` file)
```groovy
dependencies {
implementation group: 'org.bytedeco', name: 'javacpp', version: '1.5.10'
implementation("org.bytedeco:javacpp:1.5.10")
}
```

Expand Down

0 comments on commit dcd92aa

Please sign in to comment.