Skip to content

Commit faaaf0d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents c5e25e6 + 85f1ef5 commit faaaf0d

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,26 @@
22

33
Unsigned operators and boxed types (Ubyte, Uint, Ulong and Ushort) for unsigned support.
44

5-
[Gradle, Maven, Sbt, Leiningen](https://jitpack.io/#kotlin-graphics/kotlin-unsigned/v2.1)
5+
Gradle:
6+
7+
- Add it in your root build.gradle at the end of repositories:
8+
9+
allprojects {
10+
repositories {
11+
...
12+
maven { url 'https://jitpack.io' }
13+
}
14+
}
15+
16+
- Add the dependency
17+
18+
dependencies {
19+
compile 'com.github.kotlin-graphics:kotlin-unsigned:v2.1'
20+
}
21+
22+
23+
24+
[Maven, Sbt, Leiningen](https://jitpack.io/#kotlin-graphics/kotlin-unsigned/v2.1)
625

726

827
Don't hesitate to contribute to the project by submitting [issues](https://github.com/kotlin-graphics/kotlin-unsigned/issues) or [pull requests](https://github.com/kotlin-graphics/kotlin-unsigned/pulls) for bugs and features. Any feedback is welcome at [[email protected]](mailto://[email protected]).

0 commit comments

Comments
 (0)