Hi, I am trying to work on Kotlin source on idea u...
# announcements
m
Hi, I am trying to work on Kotlin source on idea ultimate, I have followed the instruction from readme.md, I’ve opened project, added the module from existing sources, but it seems that idea can’t resolve dependencies in build.gradle.kts. All gradle builds are working properly. So if I run ./gradlew coreLibTest it’s compiling and running, but if I try to run tests from idea I’m getting errors. I’ve got 2018.1 build.
k
Have you tried restarting the IDE. I remember there was a time the build file wasn't syncing fully, so you'd have to restart or something like that. Not sure if that's already fixed and yours is a different problem. But it's worth the try. By the way, you should also report this in #C19FD9681