Skip to content

Commit cd49f1d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 395a342 + 0b8f142 commit cd49f1d

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,32 @@ To have a quick idea what this library offers, take a look at the [tests](https:
2727

2828
### Install:
2929

30-
First you need to [add mary](https://github.com/kotlin-graphics/mary#packages) to your repository, then:
30+
With Gradle `kx.util` plugin, everything is nicely aligned and the boilerplate code is gone
31+
32+
```kotlin
33+
plugins {
34+
id("kx.util") version "0.7.3+51"
35+
}
36+
37+
dependencies {
38+
implementation(unsigned)
39+
}
40+
```
41+
3142

3243
```kotlin
3344
dependencies {
3445
implementation("kotlin.graphics:unsigned:3.3.1")
3546
}
3647
```
3748

49+
Be sure to have [mary](https://github.com/kotlin-graphics/mary#packages) repository:
50+
51+
```kotlin
52+
repositories {
53+
maven("https://raw.githubusercontent.com/kotlin-graphics/mary/master")
54+
}
55+
```
3856

3957

4058
You can find all the instructions by [mary](https://github.com/kotlin-graphics/mary)

0 commit comments

Comments
 (0)