e5ec166bcbc0345b46520c10949baab0bd9e2701
bytearray-kt
bytearray-kt is a Kotlin Multiplatform library that provides helper functions for working with ByteArray.
Targets
| Target | Status |
|---|---|
| JVM | Supported |
| JavaScript | Supported |
| Native (Linux) | Supported |
| Native (Windows) | Not Supported |
Installation
Add the following to your build.gradle.kts.
repositories {
maven("https://git.infendro.com/api/packages/Infendro/maven")
}
dependencies {
implementation("com.infendro:bytearray:1.2.4")
}
Description
Languages
Kotlin
100%