Lightweight n-ary tree data structure for Kotlin Multiplatform (JVM, JS, Wasm, iOS, Native). DSL, pre/post/level-order traversal, lazy Sequence traversal, and pretty-print.
Version2.0.0compared with
Version Details
| 1.2.3 | 2.0.0 | |
|---|---|---|
| Release date | Jan 21, 2020 | Sep 03, 2021 |
| Licenses | MIT | MIT |
| Vulnerabilities | None | None |
Compile Changes (4)
| 1.2.3 | 2.0.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| - Removed | androidx.appcompat » appcompat | 1.1.0 | - |
| - Removed | androidx.core » core-ktx | 1.1.0 | - |
| - Removed | org.jetbrains.kotlin » kotlin-android-extensions-runtime | 1.3.61 | - |
| - Removed | org.jetbrains.kotlin » kotlin-stdlib-jdk8 | 1.3.61 | - |
Runtime Changes (3)
| 1.2.3 | 2.0.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | androidx.appcompat » appcompat | - | 1.3.1 |
| + Added | androidx.core » core-ktx | - | 1.6.0 |
| + Added | org.jetbrains.kotlin » kotlin-stdlib-jdk8 | - | 1.5.30 |