Skip to content

Commit

Permalink
README.md: better advice for users of Gradle's Kotlin DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 9, 2024
1 parent a7cec8c commit bc130f2
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 @@ -53,14 +53,14 @@ You must also explicitly specify the Libbulletjme dependency.

### Gradle-built projects

Add to the project’s "build.gradle" file:
Add to the project’s "build.gradle" or "build.gradle.kts" file:

repositories {
mavenCentral()
}
dependencies {
implementation 'com.github.stephengold:Libbulletjme:21.2.1'
implementation 'com.github.stephengold:sport:0.9.4'
implementation("com.github.stephengold:Libbulletjme:21.2.1")
implementation("com.github.stephengold:sport:0.9.4")
}

For some older versions of Gradle,
Expand Down

0 comments on commit bc130f2

Please sign in to comment.