- Kotlin for Enterprise Applications using Java EE
- Raghavendra Rao K
- 104字
- 2025-02-27 20:51:35
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:
- Click on File | New | Project.
- In the New Project window, select Maven and enable Create from archetype.
- Select org.jetbrains.kotlin:kotlin-archetype-jvm as the archetype and click on Next:
- Specify the GroupId, ArtifactId, and Version for the Maven project and then click on Next.
- Verify the project's name and location and click on Finish
We have now successfully created a Maven project: