feat(M001): M001: ITS Transport Android App - Context
Completed slices: - S01: Project scaffold + Auth - S02: Today's routes tab - S03: Service history tab - S04: Add new service wizard - S05: FCM push notifications - S06: Polish & integration verification Branch: milestone/M001
This commit is contained in:
9
build.gradle.kts
Normal file
9
build.gradle.kts
Normal file
@@ -0,0 +1,9 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
alias(libs.plugins.android.application) apply false
|
||||
alias(libs.plugins.kotlin.android) apply false
|
||||
alias(libs.plugins.kotlin.compose) apply false
|
||||
alias(libs.plugins.hilt) apply false
|
||||
alias(libs.plugins.ksp) apply false
|
||||
alias(libs.plugins.google.services) apply false
|
||||
}
|
||||
Reference in New Issue
Block a user