Creating a Kotlin project

Let's create a new Kotlin Project to get started with developing our Kotlin application:

  1. In Eclipse, click on File | New | Project..., as shown in the following screenshot:
  1. Choose Kotlin Project from the list:
  1. Provide Kotlin-Hello-World as the name of the project, accept all defaults, and click on Finish. Eclipse will create a new Kotlin project.
  1. The following screenshot shows the structure of a typical Kotlin project. Both Kotlin Runtime Library and JRE System Library are available in the project:
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset