maj0rr / kotlin-koans-solutions

Complete solutions to https://github.com/Kotlin/kotlin-koans/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

My solutions to the Kotlin Koans, a series of exercises to help learn Kotlin syntax.

All of the tests pass: that doesn't mean my solutions are correct or idiomatic though!

How do I build?

Command-line

$ ./gradlew test

Android Studio 3.0

  1. Import project from Gradle
  2. Create a Run configuration with the Gradle task test
  3. Run it.

About

Complete solutions to https://github.com/Kotlin/kotlin-koans/


Languages

Language:Kotlin 94.2%Language:Java 5.8%