kotlin
kotlin copied to clipboard
Exercism exercises in Kotlin.
When downloading exercises in the kotlin track (and maybe java as well?), which contain gradle wrapper files (gradlew and gradlew.bat) - those files are non-executable and must be chmoded before...
Currently on an exercise build Gradle reports a warning on the topic: `compile` configuration has been marked as deprecated for further removal. Suppose we should substitute it with `implementation` in...
@exercism/kotlin Currently we are using Junit4 tests with `@Ignore` annotation that students need to remove manually. **Q**: What can be used instead? **A**: Fail-fast strategy: stop after first failed test...
Things I would suggest to do: - [x] Check [open PRs](https://github.com/exercism/kotlin/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc) and take some actions for each (close/merge/define action points). - [x] Check [open issues](https://github.com/exercism/kotlin/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) and take some actions for...
Current PR check takes around 10 minutes. Seems like we can improve it (by avoiding building `jq` for example).
Make it more clear and simple. Current implementation in `exercises/buid.gradle` is very hard to maintain and understand.
Currently we have exercises ref-implemented and stubbed mostly by the following concepts - `class` - `data class` - `object` - `public functions` without any particular scheme of picking a concept...
I think that > Kotlin is a pragmatic programming language for JVM and Android that combines OO and functional features and is focused on interoperability, safety, clarity and tooling support....
Each language track has documentation in the `docs/` directory, which gets included on the site on each track-specific set of pages under [/languages](http://exercism.io/languages). We've added some general guidelines about how...
Please update the version specified in the react version file from 1.0.0 to 2.0.0. This update has been caused by the application of a new input policy, change in the...