55[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
66[ ![ Kotlin] ( https://img.shields.io/badge/kotlin-2.2.20-blue.svg?logo=kotlin )] ( http://kotlinlang.org )
77[ ![ kotlin-logging] ( https://img.shields.io/badge/kotlin--logging-5.0.0+-green.svg )] ( https://github.com/oshai/kotlin-logging )
8- [ ![ KSP] ( https://img.shields.io/badge/KSP-2.2.20--2.0.3 -purple.svg )] ( https://github.com/google/ksp )
8+ [ ![ KSP] ( https://img.shields.io/badge/KSP-2.2.20--2.0.4 -purple.svg )] ( https://github.com/google/ksp )
99
1010** Elegant [ kotlin-logging] ( https://github.com/oshai/kotlin-logging ) extensions for zero-boilerplate logger generation in Kotlin classes using [ KSP] ( https://github.com/google/ksp ) **
1111
@@ -50,8 +50,8 @@ repositories {
5050}
5151
5252dependencies {
53- ksp(" io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.4 " )
54- implementation(" io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.4 " )
53+ ksp(" io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.5 " )
54+ implementation(" io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.5 " )
5555 implementation(" io.github.oshai:kotlin-logging-jvm:7.0.13" )
5656 implementation(" ch.qos.logback:logback-classic:1.5.19" ) // Logger implementation required
5757}
@@ -96,6 +96,7 @@ That's it! The logger is automatically available with the class name (`OrderProc
9696
9797| Library | Kotlin | KSP |
9898| ---------| --------| -----|
99+ | ` 2.2.20-0.0.5 ` | ` 2.2.20 ` | ` 2.2.20-2.0.4 ` |
99100| ` 2.2.20-0.0.4 ` | ` 2.2.20 ` | ` 2.2.20-2.0.4 ` |
100101| ` 2.2.20-0.0.3 ` | ` 2.2.20 ` | ` 2.2.20-2.0.2 ` |
101102| ` 2.2.10-0.0.3 ` | ` 2.2.10 ` | ` 2.2.0-2.0.2 ` |
@@ -117,8 +118,8 @@ plugins {
117118}
118119
119120dependencies {
120- ksp(" io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.4 " )
121- implementation(" io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.4 " )
121+ ksp(" io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.5 " )
122+ implementation(" io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.5 " )
122123 implementation(" io.github.oshai:kotlin-logging-jvm:7.0.13" ) // 5.0.0+
123124}
124125```
@@ -141,8 +142,8 @@ repositories {
141142}
142143
143144dependencies {
144- ksp(" io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.4 " )
145- implementation(" io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.4 " )
145+ ksp(" io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.5 " )
146+ implementation(" io.github.doljae:kotlin-logging-extensions:2.2.20-0.0.5 " )
146147 implementation(" io.github.oshai:kotlin-logging-jvm:7.0.13" )
147148 implementation(" ch.qos.logback:logback-classic:1.5.19" )
148149}
0 commit comments