# Kotlin

`knowledge-bases/structured/kotlin/` is the structured knowledge pack for Kotlin.

## When to Install

- the repo contains `.kt` or `.kts` files
- the task touches server modules, JVM libraries, Android, or multiplatform code
- the work needs guidance on coroutines, package layout, or testing

## Pack Depth

- overview, review checklist, and framework notes
- promoted rules in `rules/kotlin/`
- canonical skill in `skills/kotlin-engineering/SKILL.md`
- workflow template in `templates/workflows/implement-kotlin-change.md`

## Examples

- `knowledge-bases/structured/kotlin/examples/01-reference-scenario.md`

## Framework Overlays

- `framework:ktor`

## Validation Cues

- verify the module test path and any coroutine or serialization assumptions
- surface platform-specific constraints before implementation diverges
