https://kotlinlang.org logo
#react
Title
s

Salman

06/06/2023, 11:27 AM
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

turansky

06/06/2023, 12:47 PM
Latest wrappers work fine with latest serialization and latest coroutines
Do you use IR compiler?
s

Salman

06/06/2023, 3:14 PM
yes, thanks Victor - these errors went away after clearing cache and all.
2 Views