You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure, but I have found two occurrences of logging dependencies that are unwanted and may or may not be related to your problem.
ktlint-ruleset-standard has an unneeded implementation dependency on io.github.microutils:kotlin-logging-jvm:3.0.5 and ktlint-rule-engine has a testImplementation dependency on ktlint-ruleset-standard.
ktlint-test has an api dependency on logback which is only needed for a unit test. The ktlint-rule-engine has a test implementation dependency on ktlint-test.
I will create a PR to resolve above and merge it to master. I will let you know when it is ready. Will you be able to validate against the snapshot build whether this solves your problem?
I am not sure, but I have found two occurrences of logging dependencies that are unwanted and may or may not be related to your problem.
ktlint-ruleset-standard
has an unneeded implementation dependency onio.github.microutils:kotlin-logging-jvm:3.0.5
andktlint-rule-engine
has a testImplementation dependency onktlint-ruleset-standard
.ktlint-test
has an api dependency on logback which is only needed for a unit test. Thektlint-rule-engine
has a test implementation dependency onktlint-test
.I will create a PR to resolve above and merge it to master. I will let you know when it is ready. Will you be able to validate against the snapshot build whether this solves your problem?
Originally posted by @paul-dingemans in #1875 (comment)
The text was updated successfully, but these errors were encountered: