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
Caused by: java.lang.IllegalStateException: detekt was compiled with Kotlin 1.9.23 but is currently running with 1.9.22.
This is not supported. See https://detekt.dev/docs/gettingstarted/gradle#dependencies for more information.
at io.gitlab.arturbosch.detekt.cli.Main.buildRunner(Main.kt:55)
... 126 more
The text was updated successfully, but these errors were encountered:
Problem: detekt requires to be run against the same language of Kotlin used for compilation. Otherwise it throws an exception like below.
To fix that, we can apply a dependency group, so detekt+kotlin will be updated together. See: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#example-3
The text was updated successfully, but these errors were encountered: