kotlin-koans
kotlin-koans copied to clipboard
Kotlin workshop
When I run the "correct" lazy property example on Android Studio, I get an error for `get`: unresolved reference, none of the following candidates..." Works ok online. ``` class LazyProperty(val...
Seen in IDEA 15.0.6. Builds fine via `gradlew` in zsh ``` Information:Kotlin: Kotlin JPS plugin version 1.0.1-release-IJ143-40 Information:Kotlin: Plugin loaded: KotlinAndroidJpsPlugin Information:Kotlin: Using kotlin-home = /Applications/IntelliJ IDEA 15 CE.app/Contents/plugins/Kotlin/kotlinc Information:Kotlin:...
In exercise 9, the use of `String.lastChar` requires it's declaration, even though it's not part of the actual koan.
I understand the koans were mostly thought out for IDE users, but I believe there are many people who prefer doing their coding work with just the command line and...
Let me provide some background. I recently found the Kotlin Koans. I am familiar with the Koans idea and have been wanting to try it for SOME language. I am...