Technical requirements
To begin, you can use any text editor or Integrated Development Environment (IDE) you choose with the Java language. We recommend the IntelliJ IDEA Community Edition (CE) IDE. This tool already comes with everything you need to work with both Java and Kotlin. The list of requirements for this chapter is as follows:
- Java JDK 17 or higher
 - IntelliJ IDEA CE
 - Kotlin 1.x or 2.x
 
The code used in the chapters can be found in the book’s accompanying GitHub repository: https://github.com/PacktPublishing/Kotlin-for-Java-Developers.