Compose playground for learning purpose
- UI completely in Jetpack Compose
 - Uses Kotlin Coroutines
 - Uses Kotlin Flow
 - Uses many of the Architecture Components, including: Room, DataStore, Navigation, ViewModel
 - Uses Hilt for dependency injection
 - Uses Java 8+ API desugaring support for date and time usage
 
- Android Studio Chipmunk | 2021.2.1
 - Min SDK 21
 - Target SDK 33
 - AGP 7.3.0
 - Java 11
 - Kotlin 1.7.10
 
- Clone this repository, 
git clone https://github.com/wisnukurniawan/Compose-Wallee.git - Open via Android studio
 - Sync the project, File -> Sync Project with Gradle files
 
- Generate debug apk 
./gradlew assembleDebug - Run unit test 
./gradlew testDebug - Install on connected device 
./gradlew installDebug 





