Skip to content

Commit

Permalink
Add mavenCentral() to the gradle example
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekh committed Aug 30, 2023
1 parent 66d634c commit 4aa8216
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ With KtAlex you can:
1. Add the following dependency to your `build.gradle(.kts)` file:

```groovy
implementation("io.github.benedekh:ktalex:1.0.0")
repositories {
mavenCentral()
}
dependencies {
implementation("io.github.benedekh:ktalex:1.0.0")
}
```

2. Dependening on your target language, follow one of the examples below:
Expand Down

0 comments on commit 4aa8216

Please sign in to comment.