Analyzer::Kotlin
Shared helpers for the three Kotlin analyzers (ktor / spring /
http4k). They each extend Analyzer directly rather than a
language-specific engine, so the helpers live as class methods on
Analyzer::Kotlin::KotlinEngine and the callers import it
explicitly. Promoting to a real engine class would be churn for
little gain — three analyzers, one helper.