Skip to content

Commit 2b9b8cd

Browse files
committed
docs: update readme to reflect new changes in 1.1.0
1 parent 0145efb commit 2b9b8cd

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![License](https://img.shields.io/github/license/petertrr/kotlin-multiplatform-diff)](https://github.com/petertrr/kotlin-multiplatform-diff/blob/main/LICENSE)
66
[![Maven Central](https://img.shields.io/maven-central/v/io.github.petertrr/kotlin-multiplatform-diff)](https://mvnrepository.com/artifact/io.github.petertrr)
77
[![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin)
8-
[![Kotlin](https://img.shields.io/badge/kotlin-1.9.24-blue.svg?logo=kotlin)](http://kotlinlang.org)
8+
[![Kotlin](https://img.shields.io/badge/kotlin-2.1.20-blue.svg?logo=kotlin)](http://kotlinlang.org)
99

1010
This is a port of [java-diff-utils](https://github.com/java-diff-utils/java-diff-utils) to Kotlin with multiplatform support.
1111
All credit for the implementation goes to the original authors.
@@ -22,17 +22,10 @@ Refer to the [original wiki][1] for more information.
2222

2323
## Supported platforms
2424

25-
- JVM
26-
- JS (browser and Node.js)
27-
- WebAssembly (WASM/JS and WASM/WASI)
28-
- Native
29-
30-
Supported Native targets are (following the Kotlin/Native [target support guidelines][2]):
31-
32-
| Tier 1 | Tier 2 | Tier 3 |
33-
|:-----------|:-----------|:---------|
34-
| macosX64 | linuxX64 | mingwX64 |
35-
| macosArm64 | linuxArm64 | |
25+
- JVM - targets 1.8+
26+
- JS - `browser` and `nodejs`
27+
- WebAssembly - `wasmJs` and `wasmWasi`
28+
- Native - all targets
3629

3730
[1]: https://github.com/java-diff-utils/java-diff-utils/wiki
3831
[2]: https://kotlinlang.org/docs/native-target-support.html

0 commit comments

Comments
 (0)