-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Unresolved reference: KotlinLogging" after upgrading from 1.12.0 to 1.12.1 #170
Comments
I've got the same error, build is failing after upgrading from 1.12.0 to 1.12.1 |
Thanks for reporting, I am checking it. |
Looks like it was caused by upgrading kotlin version from 1.4.10->1.4.31. |
How exactly did a Kotlin upgrade break the ability to import I also thought kotlin-logging 2.x was the version that required Kotlin 1.4. Is kotlin-logging 1.12.x still compatible with Kotlin 1.3? |
Yes. 1.x supports Kotlin version >= 1.2.
I don't know the exact issue, but since we are using multiplatform features and this is in alpha state, it is breaking stuff even in minor versions change of Kotlin. Version 2.x changed the build to be more standard for that reason. |
@breun can you verify that the issue was resolved? |
@oshai Yes, with 1.12.5 it works again. |
After upgrading kotlin-logging from 1.12.0 to 1.12.1 compilation fails, because
mu.KotlinLogging
can no longer be resolved.https://github.com/breun/kotlin-logging-1.12.1-import-issue works ok with kotlin-logging 1.12.0 when I run
./mvnw clean compile
. However, when I upgrade kotlin-logging to 1.12.1 inpom.xml
and run./mvnw clean compile
again, I get this error:The text was updated successfully, but these errors were encountered: