kotlin icon indicating copy to clipboard operation
kotlin copied to clipboard

Exercism exercises in Kotlin.

Results 58 kotlin issues
Sort by recently updated
recently updated
newest added

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...

issue: meta

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...

issue: requires investigation

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...

issue: meta

Current PR check takes around 10 minutes. Seems like we can improve it (by avoiding building `jq` for example).

issue: requires investigation

Make it more clear and simple. Current implementation in `exercises/buid.gradle` is very hard to maintain and understand.

issue: ready for dev

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...

issue: requires investigation

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....

issue: ready for dev

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...

issue: requires investigation

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...

good first issue
issue: ready for dev