does any one having this Issue? ```Caused by: org....
# gradle
m
does any one having this Issue?
Copy code
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.5.0.
Searched in the following locations:
  - <https://kotlin.bintray.com/kotlinx/org/jetbrains/kotlin/kotlin-scripting-compiler-embeddable/1.5.0/kotlin-scripting-compiler-embeddable-1.5.0.pom>
  - <https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-scripting-compiler-embeddable/1.5.0/kotlin-scripting-compiler-embeddable-1.5.0.pom>
I’m trying to update my project to kotlin 1.5.0, and Coroutines module as well…..
t
replace
jcenter()
with
mavenCentral()
🎯 1
m
oh my 😓 (my bad), that’s it, thank you 👍