Results 39 issues of Denys

[About concepts](https://exercism.github.io/v3/#/docs/concept-exercises) | [C# example](https://exercism.github.io/v3/#/languages/csharp/exercises/concept/README) My idea is to make exercism concepts close to the [official language documentation](https://kotlinlang.org/docs/reference/): - Kotlin reference is quite good; - it would be easier to...

issue: meta
meta:v3

@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

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

STR: - Open https://deno.com/deploy/docs/runtime-fetch - Scroll to the bottom - Click on [Make an outbound request](https://deno.com/deploy/docs/example-outbound) ER: - Documentation page is opened AR: - HTTP 404

According to [sources](https://github.com/exercism/cli/blob/d95de6b2cb5d41f5d557ffcef35ed7b16008e2d9/cmd/download.go#L118), exercism tool is just downloading files. But sometimes it's really nice to make certain files executable (see [exercism/4991](https://github.com/exercism/exercism/issues/4991)).

According to the [Flexbox 3.0.0 release notes](https://github.com/google/flexbox-layout/releases/tag/3.0.0) the only breaking change it that artefact is moved to the Google Maven repository and is published with the new groupId `com.google.android.flexbox`. So...

I guess database can be published on github on daily/per-update basis. Every snippet can be exported to json file, for example.