add README
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# Kotlin ByteArray Utilities
|
||||||
|
|
||||||
|
This library provides various utilities for working with ByteArray in Kotlin Multiplatform.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
* Multiplatform support
|
||||||
|
* JVM
|
||||||
|
* JavaScript
|
||||||
|
* Native (Linux)
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Add the following to your `build.gradle.kts`.
|
||||||
|
|
||||||
|
```kotlin
|
||||||
|
repositories {
|
||||||
|
maven("https://git.infendro.com/api/packages/Infendro/maven")
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation("com.infendro:bytearray:1.1.1")
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user