2.0.0 is almost ready with kotlin 1.4 support and ...
# kotlin-logging
o
2.0.0 is almost ready with kotlin 1.4 support and more platforms and needs feedback Breaking change is a change in the artifact coordinates from
kotlin-logging
to
kotlin-logging-jvm
In order to try it:
Copy code
repositories {
	maven { url '<https://oss.jfrog.org/artifactory/oss-snapshot-local>' }
}

dependencies {
	compile('io.github.microutils:kotlin-logging-jvm:2.0.0-SNAPSHOT')
}
Feedback is welcome!