Files
everything-claude-code/.cursor/rules/kotlin-hooks.md
2026-03-10 21:25:52 -07:00

467 B

description, globs, alwaysApply
description globs alwaysApply
Kotlin hooks extending common rules
**/*.kt
**/*.kts
**/build.gradle.kts
false

Kotlin Hooks

This file extends the common hooks rule with Kotlin-specific content.

PostToolUse Hooks

Configure in ~/.claude/settings.json:

  • ktfmt/ktlint: Auto-format .kt and .kts files after edit
  • detekt: Run static analysis after editing Kotlin files
  • ./gradlew build: Verify compilation after changes