๐ Learning the Kotlin programming language.
This repository is for me to learn language features of Kotlin, and its official libraries like kotlinx.coroutines
.
Follow these instructions to build and run the demo program.
- Pre-requisite: Java 21
- Build the program distribution:
-
./gradlew installDist
-
- Run the program:
-
./build/install/kotlin-playground/bin/kotlin-playground
-
General clean-ups, TODOs and things I wish to implement for this project:
- DONE Scaffold some code. routing.
- DONE Coroutines.
- More coroutines