ViewBindingX is an extension Gradle plugin for ViewBinding.
ViewBindingX is a powerful Gradle plugin that enhances the functionality of ViewBinding. It provides a seamless solution to the common problem of sporadic failure of ViewBinding reference code generated by AGP.
- Solve the problem of sporadic failure of ViewBinding reference code generated by AGP
- Automatically generate encapsulated and reusable generic calls for ViewBinding, with zero reflection in the entire process, and no need to consider R8 obfuscated code issues
- Easy integration with existing projects
- Improved performance and reliability
- Supports both Kotlin and Java projects
This project is still a work in progress. If you have any suggestions or feedback, feel free to open an issue or a pull request.
Apache License Version 2.0
Copyright (C) 2019-2024 HighCapable
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.