Describe your suggested feature
I'm not 100% sure if this is actually feasible or not, but it would be nice if you could package ViewBinding classes with extensions similar to how requiresResources works. This would also allow more type safety and for extensions to use BaseFragment as well. It is possible to get build to pass using ViewBinding, however because the binding classes isn't actually bundled, it results in runtime errors instead.
Other details
No response
Acknowledgements
Describe your suggested feature
I'm not 100% sure if this is actually feasible or not, but it would be nice if you could package ViewBinding classes with extensions similar to how
requiresResourcesworks. This would also allow more type safety and for extensions to use BaseFragment as well. It is possible to get build to pass using ViewBinding, however because the binding classes isn't actually bundled, it results in runtime errors instead.Other details
No response
Acknowledgements