Update Home

2026-01-14 15:19:32 +00:00
committed by Gitea
parent e579d1aa92
commit 5ba57c2745

@@ -1,6 +1,6 @@
# bytearray-kt
# bytes-kt
`bytearray-kt` is a Kotlin Multiplatform library that provides helper functions for working with `ByteArray`.
`bytes-kt` is a Kotlin Multiplatform library that provides helper functions for working with `UByteArray` and `ByteArray`.
## Targets
@@ -21,6 +21,6 @@ repositories {
}
dependencies {
implementation("com.infendro:bytearray:1.2.4")
implementation("com.infendro:bytes:1.3.0")
}
```
```