-
-
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
Supertype of mu.KLogger unresolved (org.slf4j.logger) #83
Comments
I think you're right. I will check and fix that. |
Fixed in 1.7.2. Thanks for reporting! |
Thanks for quick fix. Please publish the version 1.7.2 as well. |
Its released. Might take some time to show on maven central. |
Apparently |
I plan to deprecate 1.x soon, so I don't plan fixing that. See #180 for details. |
Getting following error after upgrading to latest version:
I think it is cause by following change while migrating to MPP:
Because
mu.KLogger
extendsorg.slf4j.Logger
,we need to use
api
instead of implementation:api("org.slf4j:slf4j-api:${extra["sl4j_version"]}")
The text was updated successfully, but these errors were encountered: