Skip to content

Commit 4aa8216

Browse files
committed
Add mavenCentral() to the gradle example
1 parent 66d634c commit 4aa8216

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ With KtAlex you can:
1515
1. Add the following dependency to your `build.gradle(.kts)` file:
1616

1717
```groovy
18-
implementation("io.github.benedekh:ktalex:1.0.0")
18+
repositories {
19+
mavenCentral()
20+
}
21+
22+
dependencies {
23+
implementation("io.github.benedekh:ktalex:1.0.0")
24+
}
1925
```
2026

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

0 commit comments

Comments
 (0)