Kotlin course for learning Kotlin syntax, data structures and algorthms.
Kotlin Koans are a series of exercises to get you familiar with the Kotlin Syntax.
Each exercise is created as a failing unit test and your job is to make it pass.
You can work with Kotlin Koans in one of the following ways:
You can play with Koans online: https://play.kotlinlang.org/koans/overview.
You can solve the tasks right inside IntelliJ IDEA or Android Studio by
installing the EduTools plugin
and choosing Kotlin Koans course.
You don’t need this project if you want to solve the tasks. Install the educational plugin or do it online.
This project contains the task content, so if you want to contribute any changes to the existing tasks or new tasks, please submit new pull request.