Skip to content

efung/kotlin-koans-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.