Hey guys, I am using kotlin in my gradle.build fil...
# getting-started
a
Hey guys, I am using kotlin in my gradle.build file
Copy code
plugins {
    id("org.jetbrains.kotlin.jvm")
}
but for some reason, i am getting unresolved reference
j
Works fine in my project. Does Gradle fail from the command line, or do you just have the error in the IDE?