Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 911 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 911 Bytes

kotlin-playground

📚 Learning the Kotlin programming language.

Overview

This repository is for me to learn language features of Kotlin, and its official libraries like kotlinx.coroutines.

Instructions

Follow these instructions to build and run the demo program.

  1. Pre-requisite: Java 21
  2. Build the program distribution:
    • ./gradlew installDist
  3. Run the program:
    • ./build/install/kotlin-playground/bin/kotlin-playground

Wish List

General clean-ups, TODOs and things I wish to implement for this project:

  • DONE Scaffold some code. routing.
  • DONE Coroutines.
  • More coroutines

Reference