The goal of the project is to teach TDD and SOLID principles using the FizzBuzz exercise.
This code was written using IntelliJ. I have no idea how to configure this outside of that environment.
A first, naive implementation of FizzBuzz using TDD with discrete commits showing the baby steps
KotlinWTFPL