Hello i am trying to get kotlin koans to work but ...
# announcements
l
Hello i am trying to get kotlin koans to work but i keep getting this error all the time after importing the gradle project
Error:Could not initialize class org.jetbrains.kotlin.gradle.KotlinGradleModelBuilder
does anyone have a sugesstion on how to solve this?
So i tried to upgrade gradle and the error seems to go away. But now i am unable to run the tests in the project.
a
What you mean by "unable to run"?
l
@Andreas Sinz Sorry, i will clarify. When i try to run the test i always get a message saying
test events not received
and its always 0 tests that passed.
a
@Loránd did you checkout the koans manually or did you use the EduTools plugin?