aj-govil / AppDevII-FocusApp

This tasking application manages your tasks in a unique way to improve productivity.
GNU General Public License v3.0
0 stars 0 forks source link

Fix gradle build issue #46

Closed aj-govil closed 9 months ago

aj-govil commented 9 months ago

App does not run depending on the local run configuration

aj-govil commented 9 months ago

Fixed by adding an additional path for "FocusApp" in settings.gradle.kts as the run configuration name may not always be "app" as expected.