Adding `implementation("org.jetbrains.kotlinx:kotl...
# multiplatform
a
Adding
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.0-native-mt")
to my
commonTest
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
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.