From a9f2acfb2933d9251f16823ef06dd87ab23a7ab1 Mon Sep 17 00:00:00 2001 From: Edoardo Luppi Date: Wed, 21 May 2025 18:32:18 +0200 Subject: [PATCH] docs: update readme to reflect new changes in 1.1.0 --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 1a64e04..ff013d9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![License](https://img.shields.io/github/license/petertrr/kotlin-multiplatform-diff)](https://github.com/petertrr/kotlin-multiplatform-diff/blob/main/LICENSE) [![Maven Central](https://img.shields.io/maven-central/v/io.github.petertrr/kotlin-multiplatform-diff)](https://mvnrepository.com/artifact/io.github.petertrr) [![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin) -[![Kotlin](https://img.shields.io/badge/kotlin-1.9.24-blue.svg?logo=kotlin)](http://kotlinlang.org) +[![Kotlin](https://img.shields.io/badge/kotlin-2.1.20-blue.svg?logo=kotlin)](http://kotlinlang.org) This is a port of [java-diff-utils](https://github.com/java-diff-utils/java-diff-utils) to Kotlin with multiplatform support. All credit for the implementation goes to the original authors. @@ -22,17 +22,9 @@ Refer to the [original wiki][1] for more information. ## Supported platforms -- JVM -- JS (browser and Node.js) -- WebAssembly (WASM/JS and WASM/WASI) -- Native - -Supported Native targets are (following the Kotlin/Native [target support guidelines][2]): - -| Tier 1 | Tier 2 | Tier 3 | -|:-----------|:-----------|:---------| -| macosX64 | linuxX64 | mingwX64 | -| macosArm64 | linuxArm64 | | +- JVM - targets 1.8+ +- JS - `browser` and `nodejs` +- WebAssembly - `wasmJs` and `wasmWasi` +- Native - supports all targets [1]: https://github.com/java-diff-utils/java-diff-utils/wiki -[2]: https://kotlinlang.org/docs/native-target-support.html