“Maven” is really just a core framework for a collection of Maven Plugins. In other words, plugins are where much of the real action is performed, plugins are used to: create jar files, create war files, compile code, unit test code, create project documentation, and on and on .
Read moreHow do I create a maven project in Kotlin?
Kotlin – How to create Maven project for Kotlin
Read moreHow do I fix Kotlin not configured?
Important Update
Read moreHow do I publish my Kotlin library to Gradle?
Publishing a Kotlin library as a Gradle dependency to JitPack or GitHub Package Repository
Read moreDoes Kotlin use Gradle?
Gradle is a build system that is very commonly used in the Java, Android, and other ecosystems. It is the default choice for Kotlin/Native and Multiplatform when it comes to build systems .
Read moreIs Gradle moving to Kotlin?
This section will walk you through converting your Groovy-based Gradle build scripts to Kotlin . Gradle’s newer Kotlin DSL provides a pleasant editing experience in supported IDEs: content-assist, refactoring, documentation, and more.
Read moreHow do I publish a library on Kotlin?
Publishing a Kotlin library as a Gradle dependency to JitPack or GitHub Package Repository
Read more