How do I make a Kotlin Web App?

Kotlin Web App Project Select Gradle from the side bar, and choose the Kotlin(JVM) and Web in the right . Setting the group, artifact and gradle settings as shown below. Note: An artifact is an assembly of your project assets that you put together to test, deploy or distribute your software solution or its part.

Read more