File tree 1 file changed +5
-12
lines changed 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ License] ( https://img.shields.io/github/license/petertrr/kotlin-multiplatform-diff )] ( https://github.com/petertrr/kotlin-multiplatform-diff/blob/main/LICENSE )
6
6
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.petertrr/kotlin-multiplatform-diff )] ( https://mvnrepository.com/artifact/io.github.petertrr )
7
7
[ ![ 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 )
9
9
10
10
This is a port of [ java-diff-utils] ( https://github.com/java-diff-utils/java-diff-utils ) to Kotlin with multiplatform support.
11
11
All credit for the implementation goes to the original authors.
@@ -22,17 +22,10 @@ Refer to the [original wiki][1] for more information.
22
22
23
23
## Supported platforms
24
24
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
36
29
37
30
[ 1 ] : https://github.com/java-diff-utils/java-diff-utils/wiki
38
31
[ 2 ] : https://kotlinlang.org/docs/native-target-support.html
You can’t perform that action at this time.
0 commit comments