Files
bytes.kt/README.md
Infendro 345be1cc6f
All checks were successful
/ test (pull_request) Successful in 28s
bump version to 1.3.3
2026-01-22 11:58:36 +01:00

18 lines
373 B
Markdown

# bytes-kt
`bytes-kt` is a Kotlin Multiplatform library that provides helper functions for working with `ByteArray` and `UByteArray`.
## Installation
Add the following to your `build.gradle.kts`.
```kotlin
repositories {
maven("https://git.infendro.com/api/packages/Infendro/maven")
}
commonMain.dependencies {
implementation("com.infendro:bytes:1.3.3")
}
```