https://kotlinlang.org logo
Title
c

CodeIsmail

03/04/2018, 8:41 PM
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.
a

Andreas Sinz

03/04/2018, 8:51 PM
@CodeIsmail You can use the Edu-Kotlin-Plugin that does the heavy lifting for you https://blog.jetbrains.com/kotlin/2016/03/kotlin-educational-plugin/
c

CodeIsmail

03/05/2018, 7:26 PM
Thank you.