We'd love to accept your patches and contributions to this project. There are just a few small guidelines you need to follow.
Ensure your change is properly formatted by running:
./gradlew spotlessApply
Then dump binary API of this library that is public in sense of Kotlin visibilities and ensures that the public binary API wasn't changed in a way that make this change binary incompatible.
./gradlew apiDump
Please correct any failures before requesting a review.
All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.