Technical requirements
To begin, you can use any text editor or integrated development environment (IDE) of your choice with the Java language. We recommend IntelliJ IDEA Community Edition (CE). This tool 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 chapter can be found in the book’s accompanying GitHub repository: https://github.com/PacktPublishing/Kotlin-for-Java-Developers.