Explain how to contribute safely without breaking published APIs while maintaining the Kotlin Multiplatform-first vision.
Clone the repository and bootstrap Gradle:
git clone https://github.com/matheus-corregiari/arch-toolkit.git
cd arch-toolkit
./gradlew tasks
Install the recommended toolchain:
gradle/libs.versions.toml).Follow these practices when contributing:
commonTest, androidUnitTest, or iosTest source set../gradlew clean check covers lint, tests, and static analysis.By contributing, you agree that your code will be released under the Apache License 2.0.
./gradlew check).