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 6efcaa4 commit 290880d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ The build tool should automatically 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:

repositories {
mavenCentral()
}
dependencies {
implementation 'com.github.stephengold:SkyControl:1.0.5'
implementation("com.github.stephengold:SkyControl:1.0.5")
}

For some older versions of Gradle,
Expand Down

0 comments on commit 290880d

Please sign in to comment.