Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai authored Feb 14, 2019
1 parent 4770971 commit 9132794
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ An `Android` example project with kotlin logging can be found in [kotlin-logging
<dependency>
<groupId>io.github.microutils</groupId>
<artifactId>kotlin-logging</artifactId>
<version>1.6.22</version>
<version>1.6.24</version>
</dependency>
```
See full example in [kotlin-logging-example-maven](https://github.com/MicroUtils/kotlin-logging-example-maven).

### Gradle
```Groovy
compile 'io.github.microutils:kotlin-logging:1.6.22'
compile 'io.github.microutils:kotlin-logging:1.6.24'
```

Or alternatively, download 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/).
Expand Down Expand Up @@ -136,6 +136,7 @@ It is possible to configure Intellij live template. For file level logger config
- ravikumar-n
- Dario Seidl
- b14ckyfox
- robertfmurdock

See also here: https://github.com/MicroUtils/kotlin-logging/graphs/contributors

Expand Down

0 comments on commit 9132794

Please sign in to comment.