Updated AS and now I get gradle build error: `Could not find org.jetbrains.kotlin:kotlin-compiler-em...
r
Updated AS and now I get gradle build error:
Could not find org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.30.
What? Anyone else have this problem? I have two repos in gradle file:
google()
and
mavenCentral()
.
l
Try adding
jcenter()
Not all Kotlin deps have been republished