Migrate from 1.x to 2.x
masterWhen upgrading from version 1.x to 2.x, note the following breaking changes:
- Artifact Name Change: The JVM artifact name has changed from
kotlin-loggingtokotlin-logging-jvmto comply with the multiplatform schema. - Kotlin Version Requirement: Version
2.xrequires Kotlin>= 1.4.
Recommendation: For JVM-only library owners, using 1.x is still acceptable, but 2.x is recommended for all other use cases.