Skip to content

Commit d18b7c2

Browse files
committed
add.adoc: better advice for users of Gradle's Kotlin DSL
1 parent 9f6f22e commit d18b7c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/modules/ROOT/pages/add.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Adding {Project} to an existing Java project is a 7-step process:
2222

2323
=== Gradle-built projects
2424

25-
Add to the project's "build.gradle" file:
25+
Add to the project's "build.gradle" or "build.gradle.kts" file:
2626

2727
[source,groovy]
2828
----
2929
repositories {
3030
mavenCentral()
3131
}
3232
dependencies {
33-
implementation 'com.github.stephengold:Libbulletjme:21.2.1'
33+
implementation("com.github.stephengold:Libbulletjme:21.2.1")
3434
}
3535
----
3636

0 commit comments

Comments
 (0)