An open API service indexing awesome lists of open source software.

https://github.com/raleighlittles/kotlin-koans

Annotated solutions to the Kotlin Koans problems.
https://github.com/raleighlittles/kotlin-koans

koans kotlin-koans

Last synced: 7 months ago
JSON representation

Annotated solutions to the Kotlin Koans problems.

Awesome Lists containing this project

README

          

![build-badge](https://travis-ci.org/raleighlittles/Kotlin-Koans.svg?branch=master)

# About

Annotated solutions to the Kotlin Koans.

# Contents

The Koans problems are split into 6 sections:

1. Introduction
2. Collections
3. Conventions
4. Properties
5. Builders
6. Generics

Each section has a handful of problems. The task is to fill in the code in `Task.kt` to be able to get all tests to pass.