From b0b3585bdea787786f9de3ad1d533ba06ccd5c2f Mon Sep 17 00:00:00 2001 From: Infendro Date: Sat, 13 Dec 2025 14:08:58 +0000 Subject: [PATCH] Add Home --- Home.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..aa5c898 --- /dev/null +++ b/Home.md @@ -0,0 +1,26 @@ +# 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`. + +```kotlin +repositories { + maven("https://git.infendro.com/api/packages/Infendro/maven") +} + +dependencies { + implementation("com.infendro:bytearray:1.2.4") +} +``` \ No newline at end of file