Skip to content

Commit

Permalink
add.adoc: 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 db701c1 commit 82acbe8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@ resolve the remaining dependencies.

=== Gradle-built projects

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

[source,groovy]
----
repositories {
mavenCentral()
}
dependencies {
implementation 'com.github.stephengold:Minie:8.1.0'
implementation("com.github.stephengold:Minie:8.1.0")
}
----

Expand Down

0 comments on commit 82acbe8

Please sign in to comment.