I'm having a bunch of errors like this one below, after upgrading to kotlin 1.9.0, the code runs suc...
m
I'm having a bunch of errors like this one below, after upgrading to kotlin 1.9.0, the code runs successfully but is it ok to have these errors ? kotlin-stdlib.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
a
i have had this a few times, usually it goes away by deleting your .gradle folder in your project. Just be careful, its quite a sledgehammer approach.
i assume you went from kotlin 1.7.1 to .1.9.0, usually its stale/cached data
thank you color 1