Do you guys know how can I solve this problem?
# spek
j
Do you guys know how can I solve this problem?
h
is your Kotlin code compiling?
j
Yes
h
you sure? If you comment something out it still compiles? What error does it give you when you say you cannot import it?
j
Yes I'm sure that the code is compiles đŸ˜„
And I'm not getting any errors, but when I try to implement a test class I can't import anything from Spek.
h
can you shoot me over your project? The build.gradle file is enough.
this is in AS?
j
No this is in Intellij IDEA.
h
ok just tried this with 2017.1 and seems to work for me...
j
Ok, I will try to update Intellij IDEA and then I will try run Spek again.
a
Please also do
refresh all external projects
to make sure that IntelliJ is aware of new project dependencies
j
I'm sorry about the delay but Spek is working fine now. I've just update the Intellij IDEA and then I was able to import the classes from Spek.
a
Oh that’s good