kotlin-koans
kotlin-koans copied to clipboard
Kotlin workshop
I am using `Edu Tools - Kotlin Koans` to learn Kotlin. The `Compare with Answer` in the Task Description window shows "Contents are identical". Still when I "Check Task" in...
Environment:MacOS、Gradle 4.9 IDE:IntelliJ IDEA CE 2019.03 JDK : 1.8.0_111 1. After join the course,always alert ”Kotlin Koans:failed“,don't have other info for this error 2.Click ”check“ in the task description,alert ”No...
EduTools plugin doesn't work in Android Studio 3.1.4 (Kotlin version 1.2.61), error message: Unable to save plugin settings: The plugin org.jetbrains.android failed to save settings and has been disabled. Please...
There seems to be a bug with the test(s) for `fun Shop.getNumberOfTimesProductWasOrdered(product: Product): Int` I've tried the the following two solutions: Provided solution: ``` fun Shop.getNumberOfTimesProductWasOrdered(product: Product): Int { return...
Related to #173. * `build.gradle` file has been removed. * `build.gradle.kts` file has been added with content equivalent to the former `build.gradle` file. * ~Gradle wrapper has been upgraded to...