Update Home
6
Home.md
6
Home.md
@@ -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")
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user