Hello everyone, I am upgrading kotlin wrapper vers...
# react
s
Hello everyone, I am upgrading kotlin wrapper version from 1.0.0-pre.458 to 1.0.0-pre.558 and I have addressed all the errors that I was getting during compile time but now I am getting issues with dependencies (kotlin serialization, coroutines) I have resolved couple of them by upgrading their versions but as soon as I fix one, I get issue in some other, is there a way I can do this upgrade in one go or look which versions are compatible with latest wrappers
t
Latest wrappers work fine with latest serialization and latest coroutines
Do you use IR compiler?
s
yes, thanks Victor - these errors went away after clearing cache and all.