An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Kotlin Katas
----------------------------

[![GitHub](https://github.com/josdem/kotlin-katas/actions/workflows/main.yml/badge.svg)](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
```