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

@@ -34,7 +34,7 @@ Use `/kotlin-build` when:
./gradlew ktlintCheck 2>&1 || echo "ktlint not configured"
# Dependency issues
./gradlew dependencies --configuration runtimeClasspath 2>/dev/null | head -100
./gradlew dependencies --configuration runtimeClasspath 2>&1 | head -100
# Optional deep refresh when caches or dependency metadata are suspect
./gradlew build --refresh-dependencies