Skip to content

Commit 19eb8e3

Browse files
author
Ahsan Arif
authored
Performance: Optimized data loading of course (#416)
* perf: optimised data loading on dashboard and course details * fix: course unit tests * fix: course load exception and removed ui result class * fix: lint checks * chore: moved to flow.catch from try/catch in course outline and container viewmodels
1 parent e465552 commit 19eb8e3

File tree

24 files changed

+2426
-323
lines changed

24 files changed

+2426
-323
lines changed

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,7 @@ private def setupFirebaseConfigFields(buildType) {
180180

181181
buildType.manifestPlaceholders = [fcmEnabled: firebaseEnabled && cloudMessagingEnabled]
182182
}
183+
184+
ksp {
185+
arg("room.schemaLocation", "$projectDir/schemas")
186+
}

0 commit comments

Comments
 (0)