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
Currently, the best way to pass a gradle project property is by setting the ORG_GRADLE_PROJECT_prop=value environment variable before using the build/run commands. This, however, is not that convenient. We could look for a gradle.properties file next to the app.gradle and load its properties early enough to be used anywhere in the gradle scripts.