My attempt to this kata
Warning: I do not know Kotlin that much at that time.
First you'll need gradle, it's easier to install it through SDKMAN!
sudo curl -s "https://get.sdkman.io" | bash
sdk install gradle
It uses kotlintest and cucumber (make acceptance
)