When I execute the following code:
./gradlew clean
./gradlew --profile --offline --rerun-tasks assembleDevelopmentDebug
Is there any way to correct the time and date?
When I execute the following code:
./gradlew clean
./gradlew --profile --offline --rerun-tasks assembleDevelopmentDebug
Is there any way to correct the time and date?
Copyright © 2021 Jogjafile Inc.

Found it. I needed to prepend
:app:to the gradle task like this:./gradlew --profile --offline --rerun-tasks :app:assembleDevelopmentDebug