implement optimizations

This commit is contained in:
2026-01-14 15:36:50 +01:00
parent 9391009403
commit cc9961084c
31 changed files with 1025 additions and 1037 deletions

View File

@@ -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:bytearray:1.3.0")
}
```