> For the complete documentation index, see [llms.txt](https://wiki.dmmax.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dmmax.me/programming-languages/kotlin.md).

# Kotlin

## Kotlin Frameworks

* [Koin](https://insert-koin.io/docs/reference/introduction) – a dependency injection framework for Kotlin developers

## Kotlin Libraries

* [Exposed](https://github.com/JetBrains/Exposed/wiki/Getting-Started) – a JetBrains SQL library on top of JDBC driver for Kotlin language

## Links

* [Tutorial: Simple Kotlin REST API with Ktor, Exposed and Kodein](https://bettercoding.dev/kotlin/ktor-rest-api-exposed/)
