How Gradle works in a Kotlin project
Issue #1054
Open almost any Kotlin project and you find two files: settings.gradle.kts and build.gradle.kts. It is rarely obvious which one does what. To clear that up, we will build a tiny Kotlin app, add an external dependency on http4k, then split …