Denys
Denys
After merging #470 ``` ./bin/unit_tests.sh ``` will give ``` FAILURE: Build failed with an exception. * Where: Build file '/home/user/projects/kotlin-v3/exercises/build.gradle' line: 12 * What went wrong: A problem occurred configuring...
https://github.com/exercism/automated-tests/pull/41
https://exercism.github.io/v3/#/docs/maintainers/writing-a-concept-exercise-github-issue
Current number: **0**
This issue describes how to implement the `functions-basic` concept exercise for the Kotlin track. ## Goal The goal of this exercise is to show the student basic information about Kotlin...
This issue describes how to implement the `basics` concept exercise for the Kotlin track. ## Getting started **Please please please read the docs before starting.** Posting PRs without reading these...
See review comment: https://github.com/exercism/v3/pull/1831#discussion_r458084500
See https://github.com/exercism/v3/pull/1831#discussion_r458085563
More about [automated tests](https://github.com/exercism/automated-tests/blob/master/docs/docker.md) with docker. [Repository](https://github.com/exercism/kotlin-test-runner) for automated test runner.
[Migration Documentation/Checklist](https://exercism.github.io/v3/#/languages/kotlin/README). [New track directory](https://github.com/exercism/v3/tree/master/languages/kotlin). [Activity in this repository, related to v3 (mostly discussions)](https://github.com/exercism/kotlin/issues?utf8=%E2%9C%93&q=is%3Aopen+sort%3Aupdated-desc+label%3Ameta%3Av3+). [Kotlin language official documentation](https://kotlinlang.org/docs/reference/basic-syntax.html) (possible source of concepts).