Refactoring-Kata-Lift-Pass-Pricing
Refactoring-Kata-Lift-Pass-Pricing copied to clipboard
Kotlin Ktor based startup project
As I wanted to do the kata in Kotlin and didn't see a version, I tried to make my own.
I tried to stay close to the Java version, but prefered to go with Ktor as backend server.
I keept Junit as it's more commun for others, but I was tempted to use KoTest as it's what I usually use.