You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,9 @@ Alternatively, download the JAR from [github](https://github.com/MicroUtils/kotl
73
73
74
74
**There are currently two supported branches: 1.x and 2.x.**
75
75
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.
77
79
78
80
For example, to use kotlin-logging for jvm in version 2.0.2 add the following gradle dependency:
0 commit comments