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

Is Kotlin similar to JavaScript?

Of course Kotlin and java have very much in common but I was surprised to find its similarities with Javascript . I was able to relate many concepts of Kotlin with that of Javascript and it made my learning much easier. In this article I am sharing some features and concepts that are common to both Kotlin & Javascript.

Read more