as we have lots and lots of layout and running its annotation processor is making the project quite unstable.
So the question is, where do I start for the core of its functionality, meaning adding a Hashmap to any class that uses it, and call
findViewById
on the first use of a property? 😄
t
tynn
11/11/2021, 10:37 AM
But you’re in luck. The project is still available. You could just recreate the compiler plugin (without parcelize). It’s just a little annoying, so I didn’t continue with it. You’d have to rewrite most of the tests and maybe even port the plugin to the IR api
g
galex
11/11/2021, 11:02 AM
Yeah I can take the current project as its still there. I don’t understand why it doesn’t get extracted out of the kotlin project itself, because it could still be a valid option…