Kotlin Help

Maven

Maven is a build system that helps manage Kotlin-only or mixed Kotlin−Java projects and automate your building process. It works with JVM-based projects and downloads required dependencies, compiles and packages your code. Learn more about its basics and specifics on the Maven website.

Here's a general workflow when working with a Kotlin Maven project:

  1. Apply the Kotlin Maven plugin.

  2. Declare repositories.

  3. Set project dependencies.

  4. Configure source code compilation.

  5. Configure the Kotlin compiler.

  6. Package your application.

To get started, you can also follow our step-by-step tutorials:

What's next?

19 December 2025