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

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

x:action/improve
x:knowledge/intermediate
x:module/practice-exercise
x:type/content
x:size/large

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

x:action/create
x:knowledge/advanced
x:module/test-runner
x:type/coding
x:size/massive

_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

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