Suhaib Kazi
07/31/2025, 9:56 AM// Old
kotlin = "2.0.0"
devToolsKsp = "2.0.0-1.0.23"
// New
kotlin = "2.2.0"
devToolsKsp = "2.2.0-2.0.2"
Room's schema generator goes a bit bezerk and decides to remove some of my embedded objects and changes schema hash as well, which fails the integrity check.
And that too not on all embedded objects across my projects, only some of them?!
If i revert back, all seems to be A Okay!!!
Any clue what might be happening here?