update README to match wiki
This commit is contained in:
18
README.md
18
README.md
@@ -1,13 +1,15 @@
|
|||||||
# Kotlin ByteArray Utilities
|
# bytearray-kt
|
||||||
|
|
||||||
This library provides various utilities for working with ByteArray in Kotlin Multiplatform.
|
`bytearray-kt` is a Kotlin Multiplatform library that provides helper functions for working with `ByteArray`.
|
||||||
|
|
||||||
## Features
|
## Targets
|
||||||
|
|
||||||
* Multiplatform support
|
| Target | Status |
|
||||||
* JVM
|
|------------------|---------------|
|
||||||
* JavaScript
|
| JVM | Supported |
|
||||||
* Native (Linux)
|
| JavaScript | Supported |
|
||||||
|
| Native (Linux) | Supported |
|
||||||
|
| Native (Windows) | Not Supported |
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -19,6 +21,6 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.infendro:bytearray:1.1.1")
|
implementation("com.infendro:bytearray:1.2.4")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user