Update Home
4
Home.md
4
Home.md
@@ -1,6 +1,6 @@
|
|||||||
# bytes-kt
|
# bytes-kt
|
||||||
|
|
||||||
`bytes-kt` is a Kotlin Multiplatform library that provides helper functions for working with `ByteArray` and `UByteArray`.
|
`bytes-kt` is a Kotlin Multiplatform library that provides helper functions for working with bytes.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -12,6 +12,6 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
commonMain.dependencies {
|
commonMain.dependencies {
|
||||||
implementation("com.infendro:bytes:1.3.4")
|
implementation("com.infendro:bytes:1.4.0")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user