Thursday, June 16, 2016

Getting tools for Kotlin and Setting it up.

Getting the tools

Download JDK for your OS and version.

Donwload IntelliJ and start it.

Create a new Project, you will land up on this screen



Either you can start  Kotlin(JVM) project (as shown in above  screenshot) or you can start Java project with Kotlin (as shown in below screenshot)

You can change your JDK from  from top of Project SDK (shown in above screenshot), Click on New next to it and browse to the installed location of JDK.

Now follow the steps and you will your project has been created.

No comments:

Post a Comment