79296403

Date: 2024-12-20 07:06:31
Score: 0.5
Natty:
Report link

I had this error after I updated Android Studio and opened an old project, full of incompatibility errors, I found this solution in a similar publication, just add the dependency and there was no more class duplication error.

implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Osv Dev