Hello, just started experimenting with ktlint in a...
# ktlint
r
Hello, just started experimenting with ktlint in a cmp project with ktlint-gradle. All works fine and dandy until I add
Copy code
ktlintRuleset("io.nlopez.compose.rules:ktlint:0.4.5")
to the dependency block. After which all ktlintCheck tasks fail with non-descript errors like
Copy code
* What went wrong:
Execution failed for task ':composeApp:runKtlintCheckOverKotlinScripts'.
> A failure occurred while executing org.jlleitschuh.gradle.ktlint.worker.KtLintWorkAction
   > com/pinterest/ktlint/rule/engine/core/api/RuleAutocorrectApproveHandler
Using
Copy code
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
1