kotlin
kotlin copied to clipboard
Exercism exercises in Kotlin.
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ Exercism v3 introduces a new type of exercise: [Concept Exercises](https://github.com/exercism/v3-docs/blob/main/product/concept-exercises.md). All...
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ In Exercism v3, one of the biggest changes is that we'll...
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ Concept Exercises can have a status specified in their `"status"` field...
https://exercism.github.io/v3/#/docs/maintainers/determining-concepts
Follow-up issue for [this](https://github.com/exercism/kotlin/pull/466#pullrequestreview-655056739) Also pay attention to [this](https://github.com/exercism/kotlin/pull/466#discussion_r629415813)
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...