update README to match wiki

This commit is contained in:
2025-12-13 15:23:18 +01:00
parent f5d559e8fe
commit 9b7335ead2

View File

@@ -1,13 +1,15 @@
# Kotlin ByteArray Utilities # bytearray-kt
This library provides various utilities for working with ByteArray in Kotlin Multiplatform. `bytearray-kt` is a Kotlin Multiplatform library that provides helper functions for working with `ByteArray`.
## Features ## Targets
* Multiplatform support | Target | Status |
* JVM |------------------|---------------|
* JavaScript | JVM | Supported |
* Native (Linux) | JavaScript | Supported |
| Native (Linux) | Supported |
| Native (Windows) | Not Supported |
## Installation ## Installation
@@ -19,6 +21,6 @@ repositories {
} }
dependencies { dependencies {
implementation("com.infendro:bytearray:1.1.1") implementation("com.infendro:bytearray:1.2.4")
} }
``` ```