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 7a6e28c commit 1bca999
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 @@ -62,14 +62,14 @@ but "+debug" or the default Minie library should also work.

### 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:Garrett:0.5.3'
implementation 'com.github.stephengold:Minie:8.0.0+big4'
implementation("com.github.stephengold:Garrett:0.5.3")
implementation("com.github.stephengold:Minie:8.0.0+big4")
}

For some older versions of Gradle,
Expand Down

0 comments on commit 1bca999

Please sign in to comment.