mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-31 06:03:29 +08:00
421 B
421 B
paths
| paths | |||
|---|---|---|---|
|
Kotlin Hooks
This file extends common/hooks.md with Kotlin-specific content.
PostToolUse Hooks
Configure in ~/.claude/settings.json:
- ktfmt/ktlint: Auto-format
.ktand.ktsfiles after edit - detekt: Run static analysis after editing Kotlin files
- ./gradlew build: Verify compilation after changes