I'm trying to learn Kotlin using the kotlin-koan a...
# announcements
c
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
@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
Thank you.