https://github.com/josdem/kotlin-katas
Fun Kotlin katas
https://github.com/josdem/kotlin-katas
gradle junit5 kotiln
Last synced: 23 days ago
JSON representation
Fun Kotlin katas
- Host: GitHub
- URL: https://github.com/josdem/kotlin-katas
- Owner: josdem
- Created: 2021-07-10T14:48:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T14:47:35.000Z (over 2 years ago)
- Last Synced: 2025-01-17T15:52:30.114Z (9 months ago)
- Topics: gradle, junit5, kotiln
- Language: Kotlin
- Homepage:
- Size: 269 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kotlin Katas
----------------------------[](https://github.com/josdem/kotlin-katas/actions)
This project contains some fun [Kotlin](https://kotlinlang.org/) katas using [Junit5 Framework](https://junit.org/junit5/).
#### To run tests
```bash
gradle test
```