Skip to content

Release v2.2.21-0.0.5

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Nov 02:47
8d20ea7

🔄 Changes since v2.2.20-0.0.5

🚀 Features & Fixes

👥 Contributors

Thanks to all the contributors who made this release possible:

⚡ Version Compatibility

  • Kotlin: 2.2.21
  • KSP: 2.2.21-2.0.4
  • kotlin-logging: 5.0.0+

📦 Installation

plugins {
    kotlin("jvm") version "2.2.21"
    id("com.google.devtools.ksp") version "2.2.21-2.0.4"
}

dependencies {
    ksp("io.github.doljae:kotlin-logging-extensions:2.2.21-0.0.5")
    implementation("io.github.doljae:kotlin-logging-extensions:2.2.21-0.0.5")
    implementation("io.github.oshai:kotlin-logging-jvm:7.0.13")
}

🔗 Links