hey, Parcelize seems to be backwards incompatible ...
# build-tools
m
hey, Parcelize seems to be backwards incompatible in 1.4.20 which puts libraries in a bit of a bind, can the extension plugin -> parcelize plugin be done in a backwards compatible way or is it too late?
e
I need to think about it. But could you specify your case? It will help me a lot)
m
case in very broad strokes: we're shipping an SDK and we use parcelize internally
a downstream build has upgraded to 1.4.20-rc01 & the parcelize plugin and their build broke due to us depending on the android extensions runtime
now we could upgrade to 1.4.20 & new parcelize plugin with our library as well, but that would mean that all of our downstream builds would need also to upgrade to parcelize
if they're using any of the deprecated view synthetics it could be quite painful
e
We are fixing it now. Not sure we will cover all the cases. I'll let you know when fix will be ready. Maybe you could check it on your scenarios
m
Awesome, I can definitely give this a go. What's the general approach of the fix?
e
The most general is on top of this commit
🙏 1