apache / logging-log4j-kotlin

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

Update baseline Kotlin requirement to Kotlin 1.4 #31

Closed jvz closed 1 year ago

jvz commented 1 year ago

The latest release of Kotlin is 1.8.x, and we only require 1.3.x. Starting in log4j-api-kotlin version 1.4.0, this should require Kotlin 1.4.x. Some potentially useful info about the process: https://kotlinlang.org/docs/whatsnew14.html#migrating-to-kotlin-1-4-0

rocketraman commented 1 year ago

Closing in favor of https://github.com/apache/logging-log4j-kotlin/issues/42.