Welcome to Shellom! This page will help you set up and contribute.
The project uses Mise and Gradle for building.
- Install Mise: Follow the instructions on the Mise website.
- Install Tools: Run
mise install.- Smart SDK Management: Mise will check for a system-installed Android SDK first. If found, it uses it. If not, it will automatically install a managed version for you.
- Build: Run
gradle assembleDebugto build the project.
To check for linting issues, run:
gradle ktlintCheckTo automatically fix most linting issues, run:
gradle ktlintFormat