Skip to content

Commit bd41e36

Browse files
authored
Create README.md
1 parent 7ef4673 commit bd41e36

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
### How to get it:
6+
57
[Gradle](https://jitpack.io/#kotlin-graphics/kotlin-unsigned/v2.1)
68

79
- Add it in your root build.gradle at the end of repositories:
@@ -24,14 +26,16 @@ Unsigned operators and boxed types (`Ubyte`, `Uint`, `Ulong` and `Ushort`) for u
2426

2527
To have a quick idea what this library offers, take a look at the [tests](https://github.com/kotlin-graphics/kotlin-unsigned/blob/master/src/test/kotlin/unsigned/unsigned.kt)
2628

27-
Hightlights:
29+
### Hightlights:
2830

2931
Android compatible, sources compiled with java 1.7.
3032

3133
All unsigned methods available for `int`s and `long`s on java 1.8 have been reported here.
3234

3335
These are offered directly on the corresponding [`Int`](https://github.com/kotlin-graphics/kotlin-unsigned/blob/android/src/main/kotlin/unsigned/java_1_7/int.kt) and [`Long`](https://github.com/kotlin-graphics/kotlin-unsigned/blob/android/src/main/kotlin/unsigned/java_1_7/long.kt) Kotlin primitives (with `infix` too)
3436

37+
### Contributions:
38+
3539
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]).
3640

3741

0 commit comments

Comments
 (0)