fix: align kotlin diagnostics and heading hierarchy

This commit is contained in:
Affaan Mustafa
2026-03-12 23:53:23 -07:00
parent e692a2886c
commit 99d443b16e
3 changed files with 25 additions and 25 deletions

View File

@@ -25,7 +25,7 @@ Run these in order:
./gradlew build 2>&1
./gradlew detekt 2>&1 || echo "detekt not configured"
./gradlew ktlintCheck 2>&1 || echo "ktlint not configured"
./gradlew dependencies --configuration runtimeClasspath 2>/dev/null | head -100
./gradlew dependencies --configuration runtimeClasspath 2>&1 | head -100
```
## Resolution Workflow