Update Home
15
Home.md
15
Home.md
@@ -1,15 +1,6 @@
|
|||||||
# bytes-kt
|
# bytes-kt
|
||||||
|
|
||||||
`bytes-kt` is a Kotlin Multiplatform library that provides helper functions for working with `UByteArray` and `ByteArray`.
|
`bytes-kt` is a Kotlin Multiplatform library that provides helper functions for working with `ByteArray` and `UByteArray`.
|
||||||
|
|
||||||
## Targets
|
|
||||||
|
|
||||||
| Target | Status |
|
|
||||||
|------------------|---------------|
|
|
||||||
| JVM | Supported |
|
|
||||||
| JavaScript | Supported |
|
|
||||||
| Native (Linux) | Supported |
|
|
||||||
| Native (Windows) | Not Supported |
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -20,7 +11,7 @@ repositories {
|
|||||||
maven("https://git.infendro.com/api/packages/Infendro/maven")
|
maven("https://git.infendro.com/api/packages/Infendro/maven")
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
commonMain.dependencies {
|
||||||
implementation("com.infendro:bytes:1.3.0")
|
implementation("com.infendro:bytes:1.3.1")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user