Files
bytes.kt/README.md
Infendro 3801c5759f
All checks were successful
/ test (pull_request) Successful in 41s
bump version to 1.4.0
2026-02-05 14:29:19 +01:00

18 lines
350 B
Markdown

# bytes-kt
`bytes-kt` is a Kotlin Multiplatform library that provides helper functions for working with bytes.
## 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.4.0")
}
```