An Android application built with Gradle and Kotlin.
app/: Android application module containing source code, resources, and build configuration.build.gradle.kts&settings.gradle.kts: Gradle Kotlin DSL build scripts.gradle/: Gradle wrapper configuration and version catalog.
- JDK 11 or newer
- Android Studio or command-line Gradle
gradlew clean assembleDebugOpen the project in Android Studio and run the app module on a device or emulator.
- Unit tests located under
app/src/test/java - Instrumented tests under
app/src/androidTest/java
Feel free to submit issues or pull requests.
Specify your license here.