- Kotlin Programming Cookbook
- Aanand Shekhar Roy Rashi Karanpuria
- 52字
- 2025-04-04 17:32:31
Getting ready
You need to install a preferred development environment that compiles and runs Kotlin. You can also use the command line for the purpose, for which you need Kotlin compiler installed along with JDK. I am using online IDE at https://try.kotlinlang.org/ to compile and run my Kotlin code for this recipe.