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 6, 2024
1 parent fedf062 commit daeb8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Add to the project’s "build.gradle" file:
mavenCentral()
}
dependencies {
implementation 'com.github.stephengold:Heart:9.1.0'
implementation("com.github.stephengold:Heart:9.1.0")
}

For some older versions of Gradle,
Expand Down

0 comments on commit daeb8b8

Please sign in to comment.