You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin works great! But when trigger clean or rebuild (from Android Studio), all build directories will be removed. So generated focus.settings.gradle will be deleted and project will be broken (.focus file exists, but points at nowhere now).
How do you solve that problem in your team?
As workaround I'm replacing path where generated focus.settings.gradle will be saved - select root folder of target project, which placed in focus.
The text was updated successfully, but these errors were encountered:
Yes, .focus file has been created using ./gradlew module:focus. And it's still exist after ./gradlew clean triggered.
If you call rebuild (using Android Studio), first command that is performed, is clean. That's why it will be strange if on each rebuild action selected configuration will be lost. In my opinion, that sounds weird.
Plugin works great! But when trigger clean or rebuild (from Android Studio), all build directories will be removed. So generated
focus.settings.gradle
will be deleted and project will be broken (.focus file exists, but points at nowhere now).How do you solve that problem in your team?
As workaround I'm replacing path where generated
focus.settings.gradle
will be saved - select root folder of target project, which placed in focus.The text was updated successfully, but these errors were encountered: