-
Clone the repository:
git clone https://github.com/wild-edge/wildedge-kotlin.git cd wildedge-kotlin -
Install prerequisites:
- JDK 21 (
brew install openjdk@21) - Android SDK (via Android Studio or
sdkmanager) - export JAVA_HOME=/opt/homebrew/opt/openjdk@21
- JDK 21 (
-
Run tests:
./gradlew :wildedge:testDebugUnitTest
-
Run lint:
./gradlew :wildedge:lint
- Fork the repository and create a feature branch off
main. - Make your changes and ensure tests and lint pass.
- Submit a pull request with a clear description of the changes.
- Use GitHub Issues for bugs and feature requests.
- Include steps to reproduce, SDK version, device/emulator details, and relevant logs.
This project is licensed under the MIT License. By contributing, you agree that your contributions will be licensed under the same terms.