apache / logging-log4j-kotlin

A Kotlin-friendly interface to log against the Log4j API
https://logging.apache.org/log4j/kotlin
Apache License 2.0
45 stars 11 forks source link

Update README.md #9

Closed Xantier closed 5 years ago

Xantier commented 5 years ago

Add correct, available version of API dep to README.

outofcoffee commented 5 years ago

Confirmed that, without this change, the dependency cannot be resolved:


   > Could not find org.apache.logging.log4j:log4j-api-kotlin:1.0.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api-kotlin/1.0/log4j-api-kotlin-1.0.pom
       - https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api-kotlin/1.0/log4j-api-kotlin-1.0.jar

Using 1.0.0 works correctly.