Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 352cbd9

Browse files
authored
Update readme to reflect new changes in 1.1.0 (#142)
1 parent 0145efb commit 352cbd9

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

‎README.md

Lines changed: 5 additions & 13 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,9 @@ 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 - supports all targets
3629

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /