kotlin-koans icon indicating copy to clipboard operation
kotlin-koans copied to clipboard

Kotlin workshop

Results 37 kotlin-koans issues
Sort by recently updated
recently updated
newest added

I'm just wondering - if the project is build by _Gradle_, why not to build it via _Gradle **Kotlin DSL**_? Wouldn't it be more appropriate? I've already did it in...

Add complete tests for before, after, equal for each of the date values year, month, dayOfMonth.

It is very difficult for beginers to understand so please include proper commenting

In online Kotlin Koans https://try.kotlinlang.org at task 5/42 'Lambdas' when I type: `fun containsEven(collection: Collection): Boolean = collection.any { i -> i/2 == 0 }` I pass the test but...

I can't think of any scenario where I would solve the Collections Fold task using `fold` efficiently. I think it should be changed to showcase a realistic scenario for `fold`....

When I use nonNull Int for propertyWithCounter test fails with java.lang.NoSuchMethodError. ``` var propertyWithCounter: Int = 0 set(value) { field = value counter++ } ``` But when I use var...

I am using the gradle plugin in Android Studio to run the test tasks but setting breakpoints in the code has no effect. Can anyone explain how to use breakpoints...

Fixes #152 by upgrading kotlin to 1.2.61

issue: https://github.com/Kotlin/kotlin-koans/issues/158 I found it!

Hi! I started to go through these exercises, but saw room for clarity in the links to documentation for the first few exercises. There's plenty to learn, and I wouldn't...