The error is clear Gradle was unable to find the library that you declared
Possible fixes
Location
Project -> build.gradle
//update it
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30"
}
Edited kotlin has released stable version of version 1.5.0 last night you can use this version to stay up-to-date
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0"
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…