Skip to content

Commit 785d461

Browse files
committed
readme
1 parent 48dac67 commit 785d461

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ To have a quick idea what this library offers, take a look at the [tests](https:
3030
With Gradle `kx.util` plugin, everything is nicely aligned and the boilerplate code is gone
3131

3232
```kotlin
33-
plugins {
34-
id("kx.util") version "0.7.3+51"
33+
repositories {
34+
maven("https://raw.githubusercontent.com/kotlin-graphics/mary/master")
35+
// or with magik plugin
36+
//github("kotlin-graphics/mary")
3537
}
36-
3738
dependencies {
38-
implementation(unsigned)
39+
implementation("kotlin.graphics:unsigned:3.3.32")
3940
}
4041
```
4142

0 commit comments

Comments
 (0)