Has anyone seen `Could not find org.jetbrains.kotl...
# gradle
j
Has anyone seen
Could not find org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.3.21
? I'm just trying to update to Gradle 5.4 (and have a buildSrc project)
The build.gradle.kts file is just
Copy code
plugins {
    `kotlin-dsl`
}

sourceSets.main {
    java {
        setSrcDirs(listOf("src"))
    }
}
j
I'll take a look, thanks
g
You just should add mavenCentral() or jcenter() to repositories