# Ktor Framework Pack

Use this pack when the repository uses Ktor for Kotlin server work.

## Primary signals

- Gradle config references `io.ktor`
- server bootstrap uses `embeddedServer(...)`

## Companion surfaces

- `lang:kotlin`
- API and dependency management guidance

## Validation cues

- verify plugin installation, auth, and serialization behavior together
- confirm testApplication coverage or equivalent smoke checks remain valid
