Setting up Project in IntelliJ IDEA
It will configure a project for you, it will configure the ktor features for you, and will provide some sample code for them.
Like this website, the plugin allows you to create a Ktor project, but with theadditional convenience of being fully integrated in the IDE and automatically setting upthe project.
1) In a first step, you can configure the project to generate and select features to install:
2) In a second step, you can configure the project artifacts:
Installing the plugin
- Plugin Website:
- IntelliJ Welcome Screen:
Configure
→ →Install JetBrains Plugin…
→Ktor
→Install