diff --git a/entry.ts b/entry.ts index ffb41a9..6f4ee42 100644 --- a/entry.ts +++ b/entry.ts @@ -232,6 +232,8 @@ const HOOKS: Record = { ); } }, + // Tools like DAGP buggily handle some code produced by ktfmt + exclude: /build\.gradle\.kts$/, include: /\.kts?$/, runAfter: [HookName.Sed], },