Welcome to contribute to this project! To ensure an effective collaboration, please read the following guidelines.
- Open an issue to discuss changes.
- Fork the repository and create a new branch named like
feat/my-feature, code in it. - add
Pfull-build=trueto abi-validating related tasks, for full build is disabled to boost dev build speed. - run
./gradlew checkLegacyAbito check your changes. If including a breaking change, run./gradlew updateLegacyAbi. - When creating PR, use a concise, descriptive PR title with prefixes like
feat:orfix:.Please open the PR against themainbranch.