nor in ```dependencies { compile(kotlin("stdlib"...
# gradle
w
nor in
Copy code
dependencies {
  compile(kotlin("stdlib"))
}
k
I had the same issues but then I used Gradle 4.3 RC4 the issues were resolved
also try
invadidate cache and restart
c
@warren, it would help us to help you if you posted your complete
build.gradle.kts
as a snippet here
w
thanks for your help! it seems the problem in my case was due to another build file in a superproject. when I opened this project on its own, it was fine. my bad.