I'm trying to learn Kotlin using the kotlin-koan and I'm already disappointed with the process. So after cloning the repo, I get errors when running the test. I came across a possible solution stating to run :testClasses gradle task, After doing doing that, every test seem to be passing without solving any exercise. I'd appreciate guidance to setting it up.