Kotlin: Difference between revisions

From David's Wiki
No edit summary
No edit summary
 
Line 6: Line 6:
* Install the Java JDK.
* Install the Java JDK.
* Install the JetBrains IDEA IDE.
* Install the JetBrains IDEA IDE.
[[Category:Programming languages]]

Latest revision as of 16:44, 31 January 2022

Kotlin is a programming language developed by JetBrains. Like C#, it supports both functional programming and object-oriented programming. Kotlin programs are fully-compatible with Java code and run in the JVM.

Installation

  • Install the Java JDK.
  • Install the JetBrains IDEA IDE.