Configure a Gradle project

Edit pageLast modified: 18 March 2025

To build a Kotlin project with Gradle, you need to add the Kotlin Gradle plugin to your build script file build.gradle(.kts) and configure the project's dependencies there.