# 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/)
