Update Home

2026-01-15 13:13:12 +00:00
committed by Gitea
parent 5ba57c2745
commit 38fcc6df4b

15
Home.md

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