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
Update the dependency version in the root gradle.properties
Update the dependency locks
For Gradle plugins: ./gradlew dependencies --write-locks
For Gradle dependencies: ./gradlew resolveAll --write-locks
Verify no unexpected entries appear in the lockfiles. A supply chain attack could occur during this stage. The lockfile narrows the supply chain attack window to this very moment (as opposed to every time a build occurs)
Are there any new APIs or possible migrations for this dependency?
For a Gradle dependency:
gradle.properties
./gradlew dependencies --write-locks
./gradlew resolveAll --write-locks
https://github.com/pinterest/ktlint/releases
This is a pre-existing Ktlint dependency update request, as we already know that it will bring a fix to the broken and temporarily turned off semicolons in enums trouble Formatting with
no-semi
rule removes semicolons in enum, even if continues companion object pinterest/ktlint#1733.The text was updated successfully, but these errors were encountered: