Skip to content

Commit f4df415

Browse files
authored
Update README.md
1 parent 840e79d commit f4df415

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ Alternatively, download the JAR from [github](https://github.com/MicroUtils/kotl
7373

7474
**There are currently two supported branches: 1.x and 2.x.**
7575

76-
The main incompatible change is in the artifact names. In version `1.x` the jvm artifact is called `kotlin-logging` while in version `2.x` it's called `kotlin-logging-jvm` to comply with multiplatform schema.
76+
The main incompatible change is in the artifact names. In version `1.x` the jvm artifact is called `kotlin-logging` while in version `2.x` it's called `kotlin-logging-jvm` to comply with multiplatform schema. In addition, version 2.x supports only Kotlin >= 1.4.
77+
78+
Therefore for jvm library owners it is still recommended to use 1.x, as for the rest of the use cases 2.x is recommended.
7779

7880
For example, to use kotlin-logging for jvm in version 2.0.2 add the following gradle dependency:
7981
```Groovy

0 commit comments

Comments
 (0)