kotlin-koans
kotlin-koans copied to clipboard
Kotlin workshop
Sorry, if this is the wrong place - the issue is related to online koans (http://try.kotl.in), not these one. But I could not find the better place for this. Online...
Inspite of correct solution, Test fails with java.lang.AssertionError: Expected :[Reka from Budapest] Actual :[Lucas from Canberra, Nathan from Vancouver, Bajram from Ankara, Asuka from Tokyo, Riku from Tokyo]
Now that Kotlin is an official language for Android, can you fix this: **https://discuss.kotlinlang.org/t/kotlin-koans/2808** I taught Kotlin last weekend to Android developers, and they had to call `gradlew test` after...
After cloning the project I tried to run the tests with `./gradlew test` but it continues to throw a 'ArrayIndexOutOfBoundsException` ``` Davids-MBP-2:kotlin-koans david$ ./gradlew test e: java.lang.ArrayIndexOutOfBoundsException: 450 at org.jetbrains.org.objectweb.asm.ClassReader.readUnsignedShort(ClassReader.java:2464)...
I saw that people learning Kotlin doesn't know much about those two, while they can be really useful. I don't want to explain 12254541 times again to different people, why...
There should be a link to the documentation of html builder table/tr/td. I can't find it with google and would make it easier to solve the task.
Realised i could submit a PR for this. Hopefully this is useful :) For issue: #144
First of all let me say these koans are a great way to learn the language, thank you! Now to get to the minor issue, the three tests in the...
Hello. I'm not able to run test task. STR: 1. clone git 2. open in Android Studio (3.0.1) / InteliJ 3. View -> Tool Windows -> Gradle 4. Click "Execute...
According to the java doc, the `java.util.Comparator` should do the follwing: ``` Compares its two arguments for order. Returns a negative integer, zero, or a positive integer as the first...