This is the second part of my series on Kotlin based backend services.
If you missed the first part: An opinionated Kotlin backend service — Framework. Gradle Build I had four main requirements for the build system: I wanted to use Gradle (not Maven) Use a single language for code, configuration, build…