Skip to content

Commit ec4a1ea

Browse files
author
Ahsan Arif
committed
perf: optimised data loading on dashboard and course details
1 parent c0e1cfc commit ec4a1ea

File tree

23 files changed

+2227
-168
lines changed

23 files changed

+2227
-168
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)