Go to the documentation to learn how to Fix dependency resolution errors.
dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
}
app>build gradeldependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
}
app>build gradel
Comments
Post a Comment