Skip to content

Commit

Permalink
perf: optimised data loading on dashboard and course details
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh-AhsanArif committed Jan 24, 2025
1 parent 46c32a2 commit e86d49f
Show file tree
Hide file tree
Showing 23 changed files with 2,231 additions and 121 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,7 @@ private def setupFirebaseConfigFields(buildType) {

buildType.manifestPlaceholders = [fcmEnabled: firebaseEnabled && cloudMessagingEnabled]
}

ksp {
arg("room.schemaLocation", "$projectDir/schemas")
}
Loading

0 comments on commit e86d49f

Please sign in to comment.