Joost Klitsie
08/06/2020, 7:01 AMimport 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
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