Hi all! I am using the buildSrc and since today (I...
# gradle
j
Hi all! I am using the buildSrc and since today (I guess since I upgraded to kotlin 1.4.0-rc) I see that these:
Copy code
import org.gradle.api.artifacts.dsl.DependencyHandler
import org.gradle.kotlin.dsl.DependencyHandlerScope
cannot be resolved in Android Studio 4.2 canary 7, as well as Intellij 2020.2 😞 It does compile though, which is annoying. I cleared caches/restarted and everything
Copy code
plugins {
    `kotlin-dsl`
}
repositories {
    jcenter()
}
This is my build.gradle.kts for the buildSrc module, do I miss something? My kotlin version is 1.4.0-rc