Maven project

Now, let's create a Kotlin project using the Maven build tool. Make sure we configure Maven in the system. 

Create a Maven project by observing the following steps:

  1. Click on File | New Project.
  2. In the New Project window, select Maven and enable Create from archetype.
  1. Select org.jetbrains.kotlin:kotlin-archetype-jvm as the archetype and click on Next:

  1. Specify the GroupId, ArtifactId, and Version for the Maven project and then click on Next.
  1. Verify the project's name and location and click on Finish

             We have now successfully created a Maven project:

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset