source set messes up the IDE integration of my project, For example I see the annoying “Cannot find declaration to go to” popup when I Cmd-Click a type to see the declaration, code completion doesn’t work, and so on. Has anyone else experienced this and if so are you aware of a fix or workaround?
s
Sean Keane
05/29/2021, 7:07 AM
Update KTOR to 1.6.0 (If your using it)
Close Intellij
Delete the following from the project
::Root
.gradle
build
::Subprojects
.gradle
build
• When this is done then open terminal
• cd to the root of the project
• gradlew --stop
• gradlew clean build
• Re-open intellij and go to tools :: build project.