
In this tutorial, we leave the default values for these settings. Ktor Version: Choose the required Ktor version.Įngine: Select an engine used to run a server.Ĭonfiguration in: Choose whether to specify server parameters in code or in a HOCON file.Īdd sample code: Leave this option enabled to add sample code for plugins added on the next page. Website: Specify a domain used to generate a package name.Īrtifact: This field shows a generated artifact name. This can be Gradle with Kotlin or Groovy DSL, or Maven.


Location: Specify a directory for your project.īuild System: Choose the desired build system. On the right pane, you can specify the following settings: In the New Project wizard, choose Ktor from the list on the left. Otherwise, from the main menu, select File | New | Project. On the Welcome screen, click New Project. To create a new Ktor project, open IntelliJ IDEA, and follow the steps below: If you are using IntelliJ IDEA Community Edition, use the Ktor Project Generator instead. This section describes project setup using the Ktor plugin for Intellij IDEA Ultimate.
#INSTALL INTELLIJ ULTIMATE HOW TO#
Learn how to do this from the Manage plugins topic.
#INSTALL INTELLIJ ULTIMATE INSTALL#
Install the Ktor pluginīefore starting this tutorial, install the Ktor plugin if you are using IntelliJ IDEA Ultimate. In this guide, we'll show you how to create, run, and test a simple Ktor application. You can create and configure a new Ktor project using a dedicated plugin for IntelliJ IDEA Ultimate, or using a web-based project generator. Ktor is an asynchronous framework for creating microservices, web applications, and more.
