Skip to content

Commit 33a778c

Browse files
committed
remove 1.x links from readme
1 parent 4c61b3d commit 33a778c

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -61,36 +61,16 @@ In short, if you just want to log statements to stdout, it's possible to add the
6161
<version>2.1.20</version>
6262
</dependency>
6363
```
64-
or
65-
```xml
66-
<dependency>
67-
<groupId>io.github.microutils</groupId>
68-
<artifactId>kotlin-logging</artifactId>
69-
<version>1.12.5</version>
70-
</dependency>
71-
```
7264
See the full example in [kotlin-logging-example-maven](https://github.com/MicroUtils/kotlin-logging-example-maven).
7365

7466
### Gradle
7567
```Groovy
7668
implementation 'io.github.microutils:kotlin-logging-jvm:2.1.20'
7769
```
78-
or
79-
```Groovy
80-
implementation 'io.github.microutils:kotlin-logging:1.12.5'
81-
```
8270

8371
Alternatively, download the JAR from [github](https://github.com/MicroUtils/kotlin-logging/releases/latest) or [bintray](https://dl.bintray.com/microutils/kotlin-logging/io/github/microutils/kotlin-logging/) or [maven-central](http://repo1.maven.org/maven2/io/github/microutils/kotlin-logging/).
8472

85-
### Version 2.x vs 1.x
86-
87-
**There are currently two supported branches: 1.x and 2.x.**
88-
89-
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 the multiplatform schema. In addition, version 2.x supports only Kotlin >= 1.4.
90-
91-
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.
92-
93-
#### Multiplatform
73+
### Multiplatform
9474

9575
An experimental common & JS & linux-x64 support is available.
9676
More information is available on the [wiki](https://github.com/MicroUtils/kotlin-logging/wiki/Multiplatform-support) and issues [#21](https://github.com/MicroUtils/kotlin-logging/issues/21) [#45](https://github.com/MicroUtils/kotlin-logging/issues/45).

0 commit comments

Comments
 (0)