
> Task :app:tasks

------------------------------------------------------------
Tasks runnable from project ':app'
------------------------------------------------------------

Android tasks
-------------
androidDependencies - Displays the Android dependencies of the project.
signingReport - Displays the signing info for the base and test modules
sourceSets - Prints out all the source sets defined in this project.

Build tasks
-----------
assemble - Assemble main outputs for all the variants.
assembleAndroidTest - Assembles all the Test applications.
assembleDebug - Assembles main outputs for all Debug variants.
assembleDevelopment - Assembles main outputs for all Development variants.
assembleDevelopmentInternal - Assembles main outputs for all DevelopmentInternal variants.
assembleInternal - Assembles main outputs for all Internal variants.
assembleProduction - Assembles main outputs for all Production variants.
assembleProductionInternal - Assembles main outputs for all ProductionInternal variants.
assembleProfile - Assembles main outputs for all Profile variants.
assembleRelease - Assembles main outputs for all Release variants.
assembleStaging - Assembles main outputs for all Staging variants.
assembleStagingInternal - Assembles main outputs for all StagingInternal variants.
build - Assembles and tests this project.
buildDependents - Assembles and tests this project and all projects that depend on it.
buildKotlinToolingMetadata - Build metadata json file containing information about the used Kotlin tooling
buildNeeded - Assembles and tests this project and all projects it depends on.
bundle - Assemble bundles for all the variants.
bundleDebug - Assembles bundles for all Debug variants.
bundleDevelopment - Assembles bundles for all Development variants.
bundleDevelopmentInternal - Assembles bundles for all DevelopmentInternal variants.
bundleInternal - Assembles bundles for all Internal variants.
bundleProduction - Assembles bundles for all Production variants.
bundleProductionInternal - Assembles bundles for all ProductionInternal variants.
bundleProfile - Assembles bundles for all Profile variants.
bundleRelease - Assembles bundles for all Release variants.
bundleStaging - Assembles bundles for all Staging variants.
bundleStagingInternal - Assembles bundles for all StagingInternal variants.
clean - Deletes the build directory.
compileDevelopmentInternalDebugAndroidTestSources
compileDevelopmentInternalDebugSources
compileDevelopmentInternalDebugUnitTestSources
compileDevelopmentInternalProfileSources
compileDevelopmentInternalProfileUnitTestSources
compileDevelopmentInternalReleaseSources
compileDevelopmentInternalReleaseUnitTestSources
compileProductionInternalDebugAndroidTestSources
compileProductionInternalDebugSources
compileProductionInternalDebugUnitTestSources
compileProductionInternalProfileSources
compileProductionInternalProfileUnitTestSources
compileProductionInternalReleaseSources
compileProductionInternalReleaseUnitTestSources
compileStagingInternalDebugAndroidTestSources
compileStagingInternalDebugSources
compileStagingInternalDebugUnitTestSources
compileStagingInternalProfileSources
compileStagingInternalProfileUnitTestSources
compileStagingInternalReleaseSources
compileStagingInternalReleaseUnitTestSources

Help tasks
----------
buildEnvironment - Displays all buildscript dependencies declared in project ':app'.
dependencies - Displays all dependencies declared in project ':app'.
dependencyInsight - Displays the insight into a specific dependency in project ':app'.
help - Displays a help message.
javaToolchains - Displays the detected java toolchains.
kotlinDslAccessorsReport - Prints the Kotlin code for accessing the currently available project extensions and conventions.
outgoingVariants - Displays the outgoing variants of project ':app'.
projects - Displays the sub-projects of project ':app'.
properties - Displays the properties of project ':app'.
tasks - Displays the tasks runnable from project ':app'.

Install tasks
-------------
installDevelopmentInternalDebug - Installs the DebugDevelopmentInternalDebug build.
installDevelopmentInternalDebugAndroidTest - Installs the android (on device) tests for the DevelopmentInternalDebug build.
installDevelopmentInternalProfile - Installs the ProfileDevelopmentInternalProfile build.
installDevelopmentInternalRelease - Installs the ReleaseDevelopmentInternalRelease build.
installProductionInternalDebug - Installs the DebugProductionInternalDebug build.
installProductionInternalDebugAndroidTest - Installs the android (on device) tests for the ProductionInternalDebug build.
installProductionInternalProfile - Installs the ProfileProductionInternalProfile build.
installProductionInternalRelease - Installs the ReleaseProductionInternalRelease build.
installStagingInternalDebug - Installs the DebugStagingInternalDebug build.
installStagingInternalDebugAndroidTest - Installs the android (on device) tests for the StagingInternalDebug build.
installStagingInternalProfile - Installs the ProfileStagingInternalProfile build.
installStagingInternalRelease - Installs the ReleaseStagingInternalRelease build.
uninstallAll - Uninstall all applications.
uninstallDevelopmentInternalDebug - Uninstalls the DebugDevelopmentInternalDebug build.
uninstallDevelopmentInternalDebugAndroidTest - Uninstalls the android (on device) tests for the DevelopmentInternalDebug build.
uninstallDevelopmentInternalProfile - Uninstalls the ProfileDevelopmentInternalProfile build.
uninstallDevelopmentInternalRelease - Uninstalls the ReleaseDevelopmentInternalRelease build.
uninstallProductionInternalDebug - Uninstalls the DebugProductionInternalDebug build.
uninstallProductionInternalDebugAndroidTest - Uninstalls the android (on device) tests for the ProductionInternalDebug build.
uninstallProductionInternalProfile - Uninstalls the ProfileProductionInternalProfile build.
uninstallProductionInternalRelease - Uninstalls the ReleaseProductionInternalRelease build.
uninstallStagingInternalDebug - Uninstalls the DebugStagingInternalDebug build.
uninstallStagingInternalDebugAndroidTest - Uninstalls the android (on device) tests for the StagingInternalDebug build.
uninstallStagingInternalProfile - Uninstalls the ProfileStagingInternalProfile build.
uninstallStagingInternalRelease - Uninstalls the ReleaseStagingInternalRelease build.

Verification tasks
------------------
check - Runs all checks.
checkJetifier - Checks whether Jetifier is needed for the current project
connectedAndroidTest - Installs and runs instrumentation tests for all flavors on connected devices.
connectedCheck - Runs all device checks on currently connected devices.
connectedDevelopmentInternalDebugAndroidTest - Installs and runs the tests for developmentInternalDebug on connected devices.
connectedProductionInternalDebugAndroidTest - Installs and runs the tests for productionInternalDebug on connected devices.
connectedStagingInternalDebugAndroidTest - Installs and runs the tests for stagingInternalDebug on connected devices.
deviceAndroidTest - Installs and runs instrumentation tests using all Device Providers.
deviceCheck - Runs all device checks using Device Providers and Test Servers.
lint - Runs lint on the default variant.
lintAnalyzeDevelopmentInternalDebug - Run lint analysis on the developmentInternalDebug variant
lintAnalyzeDevelopmentInternalProfile - Run lint analysis on the developmentInternalProfile variant
lintAnalyzeDevelopmentInternalRelease - Run lint analysis on the developmentInternalRelease variant
lintAnalyzeProductionInternalDebug - Run lint analysis on the productionInternalDebug variant
lintAnalyzeProductionInternalProfile - Run lint analysis on the productionInternalProfile variant
lintAnalyzeProductionInternalRelease - Run lint analysis on the productionInternalRelease variant
lintAnalyzeStagingInternalDebug - Run lint analysis on the stagingInternalDebug variant
lintAnalyzeStagingInternalProfile - Run lint analysis on the stagingInternalProfile variant
lintAnalyzeStagingInternalRelease - Run lint analysis on the stagingInternalRelease variant
lintDevelopmentInternalDebug - Print text output from the corresponding lint report task
lintDevelopmentInternalProfile - Print text output from the corresponding lint report task
lintDevelopmentInternalRelease - Print text output from the corresponding lint report task
lintFix - Runs lint on the default variant and applies any safe suggestions to the source code.
lintFixDevelopmentInternalDebug - Fix lint on the developmentInternalDebug variant
lintFixDevelopmentInternalProfile - Fix lint on the developmentInternalProfile variant
lintFixDevelopmentInternalRelease - Fix lint on the developmentInternalRelease variant
lintFixProductionInternalDebug - Fix lint on the productionInternalDebug variant
lintFixProductionInternalProfile - Fix lint on the productionInternalProfile variant
lintFixProductionInternalRelease - Fix lint on the productionInternalRelease variant
lintFixStagingInternalDebug - Fix lint on the stagingInternalDebug variant
lintFixStagingInternalProfile - Fix lint on the stagingInternalProfile variant
lintFixStagingInternalRelease - Fix lint on the stagingInternalRelease variant
lintProductionInternalDebug - Print text output from the corresponding lint report task
lintProductionInternalProfile - Print text output from the corresponding lint report task
lintProductionInternalRelease - Print text output from the corresponding lint report task
lintReportDevelopmentInternalDebug - Run lint on the developmentInternalDebug variant
lintReportDevelopmentInternalProfile - Run lint on the developmentInternalProfile variant
lintReportDevelopmentInternalRelease - Run lint on the developmentInternalRelease variant
lintReportProductionInternalDebug - Run lint on the productionInternalDebug variant
lintReportProductionInternalProfile - Run lint on the productionInternalProfile variant
lintReportProductionInternalRelease - Run lint on the productionInternalRelease variant
lintReportStagingInternalDebug - Run lint on the stagingInternalDebug variant
lintReportStagingInternalProfile - Run lint on the stagingInternalProfile variant
lintReportStagingInternalRelease - Run lint on the stagingInternalRelease variant
lintStagingInternalDebug - Print text output from the corresponding lint report task
lintStagingInternalProfile - Print text output from the corresponding lint report task
lintStagingInternalRelease - Print text output from the corresponding lint report task
lintVitalAnalyzeDevelopmentInternalRelease - Run lint analysis with only the fatal issues enabled on the developmentInternalRelease variant
lintVitalAnalyzeProductionInternalRelease - Run lint analysis with only the fatal issues enabled on the productionInternalRelease variant
lintVitalAnalyzeStagingInternalRelease - Run lint analysis with only the fatal issues enabled on the stagingInternalRelease variant
lintVitalDevelopmentInternalRelease - Print text output from the corresponding lint report task
lintVitalProductionInternalRelease - Print text output from the corresponding lint report task
lintVitalReportDevelopmentInternalRelease - Run lint with only the fatal issues enabled on the developmentInternalRelease variant
lintVitalReportProductionInternalRelease - Run lint with only the fatal issues enabled on the productionInternalRelease variant
lintVitalReportStagingInternalRelease - Run lint with only the fatal issues enabled on the stagingInternalRelease variant
lintVitalStagingInternalRelease - Print text output from the corresponding lint report task
test - Run unit tests for all variants.
testDevelopmentInternalDebugUnitTest - Run unit tests for the developmentInternalDebug build.
testDevelopmentInternalProfileUnitTest - Run unit tests for the developmentInternalProfile build.
testDevelopmentInternalReleaseUnitTest - Run unit tests for the developmentInternalRelease build.
testProductionInternalDebugUnitTest - Run unit tests for the productionInternalDebug build.
testProductionInternalProfileUnitTest - Run unit tests for the productionInternalProfile build.
testProductionInternalReleaseUnitTest - Run unit tests for the productionInternalRelease build.
testStagingInternalDebugUnitTest - Run unit tests for the stagingInternalDebug build.
testStagingInternalProfileUnitTest - Run unit tests for the stagingInternalProfile build.
testStagingInternalReleaseUnitTest - Run unit tests for the stagingInternalRelease build.

Other tasks
-----------
analyzeDevelopmentInternalDebugAndroidTestDependencies
analyzeDevelopmentInternalDebugDependencies
analyzeDevelopmentInternalDebugUnitTestDependencies
analyzeDevelopmentInternalProfileDependencies
analyzeDevelopmentInternalProfileUnitTestDependencies
analyzeDevelopmentInternalReleaseDependencies
analyzeDevelopmentInternalReleaseUnitTestDependencies
analyzeProductionInternalDebugAndroidTestDependencies
analyzeProductionInternalDebugDependencies
analyzeProductionInternalDebugUnitTestDependencies
analyzeProductionInternalProfileDependencies
analyzeProductionInternalProfileUnitTestDependencies
analyzeProductionInternalReleaseDependencies
analyzeProductionInternalReleaseUnitTestDependencies
analyzeStagingInternalDebugAndroidTestDependencies
analyzeStagingInternalDebugDependencies
analyzeStagingInternalDebugUnitTestDependencies
analyzeStagingInternalProfileDependencies
analyzeStagingInternalProfileUnitTestDependencies
analyzeStagingInternalReleaseDependencies
analyzeStagingInternalReleaseUnitTestDependencies
assembleDevelopmentInternalDebug - Assembles main output for variant developmentInternalDebug
assembleDevelopmentInternalDebugAndroidTest - Assembles main output for variant developmentInternalDebugAndroidTest
assembleDevelopmentInternalDebugUnitTest - Assembles main output for variant developmentInternalDebugUnitTest
assembleDevelopmentInternalProfile - Assembles main output for variant developmentInternalProfile
assembleDevelopmentInternalProfileUnitTest - Assembles main output for variant developmentInternalProfileUnitTest
assembleDevelopmentInternalRelease - Assembles main output for variant developmentInternalRelease
assembleDevelopmentInternalReleaseUnitTest - Assembles main output for variant developmentInternalReleaseUnitTest
assembleProductionInternalDebug - Assembles main output for variant productionInternalDebug
assembleProductionInternalDebugAndroidTest - Assembles main output for variant productionInternalDebugAndroidTest
assembleProductionInternalDebugUnitTest - Assembles main output for variant productionInternalDebugUnitTest
assembleProductionInternalProfile - Assembles main output for variant productionInternalProfile
assembleProductionInternalProfileUnitTest - Assembles main output for variant productionInternalProfileUnitTest
assembleProductionInternalRelease - Assembles main output for variant productionInternalRelease
assembleProductionInternalReleaseUnitTest - Assembles main output for variant productionInternalReleaseUnitTest
assembleStagingInternalDebug - Assembles main output for variant stagingInternalDebug
assembleStagingInternalDebugAndroidTest - Assembles main output for variant stagingInternalDebugAndroidTest
assembleStagingInternalDebugUnitTest - Assembles main output for variant stagingInternalDebugUnitTest
assembleStagingInternalProfile - Assembles main output for variant stagingInternalProfile
assembleStagingInternalProfileUnitTest - Assembles main output for variant stagingInternalProfileUnitTest
assembleStagingInternalRelease - Assembles main output for variant stagingInternalRelease
assembleStagingInternalReleaseUnitTest - Assembles main output for variant stagingInternalReleaseUnitTest
buildDevelopmentInternalDebugPreBundle
buildDevelopmentInternalProfilePreBundle
buildDevelopmentInternalReleasePreBundle
buildProductionInternalDebugPreBundle
buildProductionInternalProfilePreBundle
buildProductionInternalReleasePreBundle
buildStagingInternalDebugPreBundle
buildStagingInternalProfilePreBundle
buildStagingInternalReleasePreBundle
bundleDevelopmentInternalDebug - Assembles bundle for variant developmentInternalDebug
bundleDevelopmentInternalDebugAndroidTestClassesToCompileJar
bundleDevelopmentInternalDebugAndroidTestClassesToRuntimeJar
bundleDevelopmentInternalDebugClassesToCompileJar
bundleDevelopmentInternalDebugClassesToRuntimeJar
bundleDevelopmentInternalDebugResources
bundleDevelopmentInternalDebugUnitTestClassesToCompileJar
bundleDevelopmentInternalDebugUnitTestClassesToRuntimeJar
bundleDevelopmentInternalProfile - Assembles bundle for variant developmentInternalProfile
bundleDevelopmentInternalProfileClassesToCompileJar
bundleDevelopmentInternalProfileClassesToRuntimeJar
bundleDevelopmentInternalProfileResources
bundleDevelopmentInternalProfileUnitTestClassesToCompileJar
bundleDevelopmentInternalProfileUnitTestClassesToRuntimeJar
bundleDevelopmentInternalRelease - Assembles bundle for variant developmentInternalRelease
bundleDevelopmentInternalReleaseClassesToCompileJar
bundleDevelopmentInternalReleaseClassesToRuntimeJar
bundleDevelopmentInternalReleaseResources
bundleDevelopmentInternalReleaseUnitTestClassesToCompileJar
bundleDevelopmentInternalReleaseUnitTestClassesToRuntimeJar
bundleProductionInternalDebug - Assembles bundle for variant productionInternalDebug
bundleProductionInternalDebugAndroidTestClassesToCompileJar
bundleProductionInternalDebugAndroidTestClassesToRuntimeJar
bundleProductionInternalDebugClassesToCompileJar
bundleProductionInternalDebugClassesToRuntimeJar
bundleProductionInternalDebugResources
bundleProductionInternalDebugUnitTestClassesToCompileJar
bundleProductionInternalDebugUnitTestClassesToRuntimeJar
bundleProductionInternalProfile - Assembles bundle for variant productionInternalProfile
bundleProductionInternalProfileClassesToCompileJar
bundleProductionInternalProfileClassesToRuntimeJar
bundleProductionInternalProfileResources
bundleProductionInternalProfileUnitTestClassesToCompileJar
bundleProductionInternalProfileUnitTestClassesToRuntimeJar
bundleProductionInternalRelease - Assembles bundle for variant productionInternalRelease
bundleProductionInternalReleaseClassesToCompileJar
bundleProductionInternalReleaseClassesToRuntimeJar
bundleProductionInternalReleaseResources
bundleProductionInternalReleaseUnitTestClassesToCompileJar
bundleProductionInternalReleaseUnitTestClassesToRuntimeJar
bundleStagingInternalDebug - Assembles bundle for variant stagingInternalDebug
bundleStagingInternalDebugAndroidTestClassesToCompileJar
bundleStagingInternalDebugAndroidTestClassesToRuntimeJar
bundleStagingInternalDebugClassesToCompileJar
bundleStagingInternalDebugClassesToRuntimeJar
bundleStagingInternalDebugResources
bundleStagingInternalDebugUnitTestClassesToCompileJar
bundleStagingInternalDebugUnitTestClassesToRuntimeJar
bundleStagingInternalProfile - Assembles bundle for variant stagingInternalProfile
bundleStagingInternalProfileClassesToCompileJar
bundleStagingInternalProfileClassesToRuntimeJar
bundleStagingInternalProfileResources
bundleStagingInternalProfileUnitTestClassesToCompileJar
bundleStagingInternalProfileUnitTestClassesToRuntimeJar
bundleStagingInternalRelease - Assembles bundle for variant stagingInternalRelease
bundleStagingInternalReleaseClassesToCompileJar
bundleStagingInternalReleaseClassesToRuntimeJar
bundleStagingInternalReleaseResources
bundleStagingInternalReleaseUnitTestClassesToCompileJar
bundleStagingInternalReleaseUnitTestClassesToRuntimeJar
checkDevelopmentInternalDebugAarMetadata
checkDevelopmentInternalDebugAndroidTestAarMetadata
checkDevelopmentInternalDebugAndroidTestDuplicateClasses
checkDevelopmentInternalDebugDuplicateClasses
checkDevelopmentInternalDebugManifest
checkDevelopmentInternalProfileAarMetadata
checkDevelopmentInternalProfileDuplicateClasses
checkDevelopmentInternalProfileManifest
checkDevelopmentInternalReleaseAarMetadata
checkDevelopmentInternalReleaseDuplicateClasses
checkDevelopmentInternalReleaseManifest
checkProductionInternalDebugAarMetadata
checkProductionInternalDebugAndroidTestAarMetadata
checkProductionInternalDebugAndroidTestDuplicateClasses
checkProductionInternalDebugDuplicateClasses
checkProductionInternalDebugManifest
checkProductionInternalProfileAarMetadata
checkProductionInternalProfileDuplicateClasses
checkProductionInternalProfileManifest
checkProductionInternalReleaseAarMetadata
checkProductionInternalReleaseDuplicateClasses
checkProductionInternalReleaseManifest
checkStagingInternalDebugAarMetadata
checkStagingInternalDebugAndroidTestAarMetadata
checkStagingInternalDebugAndroidTestDuplicateClasses
checkStagingInternalDebugDuplicateClasses
checkStagingInternalDebugManifest
checkStagingInternalProfileAarMetadata
checkStagingInternalProfileDuplicateClasses
checkStagingInternalProfileManifest
checkStagingInternalReleaseAarMetadata
checkStagingInternalReleaseDuplicateClasses
checkStagingInternalReleaseManifest
collectDevelopmentInternalReleaseDependencies
collectProductionInternalReleaseDependencies
collectStagingInternalReleaseDependencies
compileDevelopmentInternalDebugAidl
compileDevelopmentInternalDebugAndroidTestAidl
compileDevelopmentInternalDebugAndroidTestJavaWithJavac
compileDevelopmentInternalDebugAndroidTestKotlin - Compiles the developmentInternalDebugAndroidTest kotlin.
compileDevelopmentInternalDebugAndroidTestRenderscript
compileDevelopmentInternalDebugAndroidTestShaders
compileDevelopmentInternalDebugArtProfile
compileDevelopmentInternalDebugJavaWithJavac
compileDevelopmentInternalDebugKotlin - Compiles the developmentInternalDebug kotlin.
compileDevelopmentInternalDebugRenderscript
compileDevelopmentInternalDebugShaders
compileDevelopmentInternalDebugUnitTestJavaWithJavac
compileDevelopmentInternalDebugUnitTestKotlin - Compiles the developmentInternalDebugUnitTest kotlin.
compileDevelopmentInternalProfileAidl
compileDevelopmentInternalProfileArtProfile
compileDevelopmentInternalProfileJavaWithJavac
compileDevelopmentInternalProfileKotlin - Compiles the developmentInternalProfile kotlin.
compileDevelopmentInternalProfileRenderscript
compileDevelopmentInternalProfileShaders
compileDevelopmentInternalProfileUnitTestJavaWithJavac
compileDevelopmentInternalProfileUnitTestKotlin - Compiles the developmentInternalProfileUnitTest kotlin.
compileDevelopmentInternalReleaseAidl
compileDevelopmentInternalReleaseArtProfile
compileDevelopmentInternalReleaseJavaWithJavac
compileDevelopmentInternalReleaseKotlin - Compiles the developmentInternalRelease kotlin.
compileDevelopmentInternalReleaseRenderscript
compileDevelopmentInternalReleaseShaders
compileDevelopmentInternalReleaseUnitTestJavaWithJavac
compileDevelopmentInternalReleaseUnitTestKotlin - Compiles the developmentInternalReleaseUnitTest kotlin.
compileFlutterBuildDevelopmentInternalDebug
compileFlutterBuildDevelopmentInternalProfile
compileFlutterBuildDevelopmentInternalRelease
compileFlutterBuildProductionInternalDebug
compileFlutterBuildProductionInternalProfile
compileFlutterBuildProductionInternalRelease
compileFlutterBuildStagingInternalDebug
compileFlutterBuildStagingInternalProfile
compileFlutterBuildStagingInternalRelease
compileLint
compileLintChecks
compileProductionInternalDebugAidl
compileProductionInternalDebugAndroidTestAidl
compileProductionInternalDebugAndroidTestJavaWithJavac
compileProductionInternalDebugAndroidTestKotlin - Compiles the productionInternalDebugAndroidTest kotlin.
compileProductionInternalDebugAndroidTestRenderscript
compileProductionInternalDebugAndroidTestShaders
compileProductionInternalDebugArtProfile
compileProductionInternalDebugJavaWithJavac
compileProductionInternalDebugKotlin - Compiles the productionInternalDebug kotlin.
compileProductionInternalDebugRenderscript
compileProductionInternalDebugShaders
compileProductionInternalDebugUnitTestJavaWithJavac
compileProductionInternalDebugUnitTestKotlin - Compiles the productionInternalDebugUnitTest kotlin.
compileProductionInternalProfileAidl
compileProductionInternalProfileArtProfile
compileProductionInternalProfileJavaWithJavac
compileProductionInternalProfileKotlin - Compiles the productionInternalProfile kotlin.
compileProductionInternalProfileRenderscript
compileProductionInternalProfileShaders
compileProductionInternalProfileUnitTestJavaWithJavac
compileProductionInternalProfileUnitTestKotlin - Compiles the productionInternalProfileUnitTest kotlin.
compileProductionInternalReleaseAidl
compileProductionInternalReleaseArtProfile
compileProductionInternalReleaseJavaWithJavac
compileProductionInternalReleaseKotlin - Compiles the productionInternalRelease kotlin.
compileProductionInternalReleaseRenderscript
compileProductionInternalReleaseShaders
compileProductionInternalReleaseUnitTestJavaWithJavac
compileProductionInternalReleaseUnitTestKotlin - Compiles the productionInternalReleaseUnitTest kotlin.
compileStagingInternalDebugAidl
compileStagingInternalDebugAndroidTestAidl
compileStagingInternalDebugAndroidTestJavaWithJavac
compileStagingInternalDebugAndroidTestKotlin - Compiles the stagingInternalDebugAndroidTest kotlin.
compileStagingInternalDebugAndroidTestRenderscript
compileStagingInternalDebugAndroidTestShaders
compileStagingInternalDebugArtProfile
compileStagingInternalDebugJavaWithJavac
compileStagingInternalDebugKotlin - Compiles the stagingInternalDebug kotlin.
compileStagingInternalDebugRenderscript
compileStagingInternalDebugShaders
compileStagingInternalDebugUnitTestJavaWithJavac
compileStagingInternalDebugUnitTestKotlin - Compiles the stagingInternalDebugUnitTest kotlin.
compileStagingInternalProfileAidl
compileStagingInternalProfileArtProfile
compileStagingInternalProfileJavaWithJavac
compileStagingInternalProfileKotlin - Compiles the stagingInternalProfile kotlin.
compileStagingInternalProfileRenderscript
compileStagingInternalProfileShaders
compileStagingInternalProfileUnitTestJavaWithJavac
compileStagingInternalProfileUnitTestKotlin - Compiles the stagingInternalProfileUnitTest kotlin.
compileStagingInternalReleaseAidl
compileStagingInternalReleaseArtProfile
compileStagingInternalReleaseJavaWithJavac
compileStagingInternalReleaseKotlin - Compiles the stagingInternalRelease kotlin.
compileStagingInternalReleaseRenderscript
compileStagingInternalReleaseShaders
compileStagingInternalReleaseUnitTestJavaWithJavac
compileStagingInternalReleaseUnitTestKotlin - Compiles the stagingInternalReleaseUnitTest kotlin.
components - Displays the components produced by project ':app'. [deprecated]
compressDevelopmentInternalDebugAndroidTestAssets
compressDevelopmentInternalDebugAssets
compressDevelopmentInternalProfileAssets
compressDevelopmentInternalReleaseAssets
compressProductionInternalDebugAndroidTestAssets
compressProductionInternalDebugAssets
compressProductionInternalProfileAssets
compressProductionInternalReleaseAssets
compressStagingInternalDebugAndroidTestAssets
compressStagingInternalDebugAssets
compressStagingInternalProfileAssets
compressStagingInternalReleaseAssets
configureDevelopmentInternalReleaseDependencies
configureProductionInternalReleaseDependencies
configureStagingInternalReleaseDependencies
consumeConfigAttr
copyFlutterAssetsDevelopmentInternalDebug
copyFlutterAssetsDevelopmentInternalProfile
copyFlutterAssetsDevelopmentInternalRelease
copyFlutterAssetsProductionInternalDebug
copyFlutterAssetsProductionInternalProfile
copyFlutterAssetsProductionInternalRelease
copyFlutterAssetsStagingInternalDebug
copyFlutterAssetsStagingInternalProfile
copyFlutterAssetsStagingInternalRelease
createDevelopmentInternalDebugAndroidTestApkListingFileRedirect
createDevelopmentInternalDebugApkListingFileRedirect
createDevelopmentInternalDebugApksFromBundleListingFileRedirect
createDevelopmentInternalDebugBundleListingFileRedirect
createDevelopmentInternalDebugCompatibleScreenManifests
createDevelopmentInternalDebugVariantModel
createDevelopmentInternalProfileApkListingFileRedirect
createDevelopmentInternalProfileApksFromBundleListingFileRedirect
createDevelopmentInternalProfileBundleListingFileRedirect
createDevelopmentInternalProfileCompatibleScreenManifests
createDevelopmentInternalProfileVariantModel
createDevelopmentInternalReleaseApkListingFileRedirect
createDevelopmentInternalReleaseApksFromBundleListingFileRedirect
createDevelopmentInternalReleaseBundleListingFileRedirect
createDevelopmentInternalReleaseCompatibleScreenManifests
createDevelopmentInternalReleaseVariantModel
createMockableJar
createProductionInternalDebugAndroidTestApkListingFileRedirect
createProductionInternalDebugApkListingFileRedirect
createProductionInternalDebugApksFromBundleListingFileRedirect
createProductionInternalDebugBundleListingFileRedirect
createProductionInternalDebugCompatibleScreenManifests
createProductionInternalDebugVariantModel
createProductionInternalProfileApkListingFileRedirect
createProductionInternalProfileApksFromBundleListingFileRedirect
createProductionInternalProfileBundleListingFileRedirect
createProductionInternalProfileCompatibleScreenManifests
createProductionInternalProfileVariantModel
createProductionInternalReleaseApkListingFileRedirect
createProductionInternalReleaseApksFromBundleListingFileRedirect
createProductionInternalReleaseBundleListingFileRedirect
createProductionInternalReleaseCompatibleScreenManifests
createProductionInternalReleaseVariantModel
createStagingInternalDebugAndroidTestApkListingFileRedirect
createStagingInternalDebugApkListingFileRedirect
createStagingInternalDebugApksFromBundleListingFileRedirect
createStagingInternalDebugBundleListingFileRedirect
createStagingInternalDebugCompatibleScreenManifests
createStagingInternalDebugVariantModel
createStagingInternalProfileApkListingFileRedirect
createStagingInternalProfileApksFromBundleListingFileRedirect
createStagingInternalProfileBundleListingFileRedirect
createStagingInternalProfileCompatibleScreenManifests
createStagingInternalProfileVariantModel
createStagingInternalReleaseApkListingFileRedirect
createStagingInternalReleaseApksFromBundleListingFileRedirect
createStagingInternalReleaseBundleListingFileRedirect
createStagingInternalReleaseCompatibleScreenManifests
createStagingInternalReleaseVariantModel
dependentComponents - Displays the dependent components of components in project ':app'. [deprecated]
desugarDevelopmentInternalDebugAndroidTestFileDependencies
desugarDevelopmentInternalDebugFileDependencies
desugarDevelopmentInternalProfileFileDependencies
desugarProductionInternalDebugAndroidTestFileDependencies
desugarProductionInternalDebugFileDependencies
desugarProductionInternalProfileFileDependencies
desugarStagingInternalDebugAndroidTestFileDependencies
desugarStagingInternalDebugFileDependencies
desugarStagingInternalProfileFileDependencies
dexBuilderDevelopmentInternalDebug
dexBuilderDevelopmentInternalDebugAndroidTest
dexBuilderDevelopmentInternalProfile
dexBuilderProductionInternalDebug
dexBuilderProductionInternalDebugAndroidTest
dexBuilderProductionInternalProfile
dexBuilderStagingInternalDebug
dexBuilderStagingInternalDebugAndroidTest
dexBuilderStagingInternalProfile
extractApksForDevelopmentInternalDebug
extractApksForDevelopmentInternalProfile
extractApksForDevelopmentInternalRelease
extractApksForProductionInternalDebug
extractApksForProductionInternalProfile
extractApksForProductionInternalRelease
extractApksForStagingInternalDebug
extractApksForStagingInternalProfile
extractApksForStagingInternalRelease
extractApksFromBundleForDevelopmentInternalDebug
extractApksFromBundleForDevelopmentInternalProfile
extractApksFromBundleForDevelopmentInternalRelease
extractApksFromBundleForProductionInternalDebug
extractApksFromBundleForProductionInternalProfile
extractApksFromBundleForProductionInternalRelease
extractApksFromBundleForStagingInternalDebug
extractApksFromBundleForStagingInternalProfile
extractApksFromBundleForStagingInternalRelease
extractDeepLinksDevelopmentInternalDebug
extractDeepLinksDevelopmentInternalProfile
extractDeepLinksDevelopmentInternalRelease
extractDeepLinksProductionInternalDebug
extractDeepLinksProductionInternalProfile
extractDeepLinksProductionInternalRelease
extractDeepLinksStagingInternalDebug
extractDeepLinksStagingInternalProfile
extractDeepLinksStagingInternalRelease
extractDevelopmentInternalDebugNativeDebugMetadata
extractDevelopmentInternalDebugNativeSymbolTables
extractDevelopmentInternalProfileNativeDebugMetadata
extractDevelopmentInternalProfileNativeSymbolTables
extractDevelopmentInternalReleaseNativeDebugMetadata
extractDevelopmentInternalReleaseNativeSymbolTables
extractProductionInternalDebugNativeDebugMetadata
extractProductionInternalDebugNativeSymbolTables
extractProductionInternalProfileNativeDebugMetadata
extractProductionInternalProfileNativeSymbolTables
extractProductionInternalReleaseNativeDebugMetadata
extractProductionInternalReleaseNativeSymbolTables
extractProguardFiles
extractStagingInternalDebugNativeDebugMetadata
extractStagingInternalDebugNativeSymbolTables
extractStagingInternalProfileNativeDebugMetadata
extractStagingInternalProfileNativeSymbolTables
extractStagingInternalReleaseNativeDebugMetadata
extractStagingInternalReleaseNativeSymbolTables
generateDevelopmentInternalDebugAndroidTestAssets
generateDevelopmentInternalDebugAndroidTestBuildConfig
generateDevelopmentInternalDebugAndroidTestResources
generateDevelopmentInternalDebugAndroidTestResValues
generateDevelopmentInternalDebugAndroidTestSources
generateDevelopmentInternalDebugAssets
generateDevelopmentInternalDebugBuildConfig
generateDevelopmentInternalDebugFeatureMetadata
generateDevelopmentInternalDebugFeatureTransitiveDeps
generateDevelopmentInternalDebugLintModel
generateDevelopmentInternalDebugManifestClass
generateDevelopmentInternalDebugResources
generateDevelopmentInternalDebugResValues
generateDevelopmentInternalDebugSources
generateDevelopmentInternalDebugUnitTestAssets
generateDevelopmentInternalDebugUnitTestResources
generateDevelopmentInternalDebugUnitTestSources
generateDevelopmentInternalProfileAssets
generateDevelopmentInternalProfileBuildConfig
generateDevelopmentInternalProfileFeatureMetadata
generateDevelopmentInternalProfileFeatureTransitiveDeps
generateDevelopmentInternalProfileLintModel
generateDevelopmentInternalProfileManifestClass
generateDevelopmentInternalProfileResources
generateDevelopmentInternalProfileResValues
generateDevelopmentInternalProfileSources
generateDevelopmentInternalProfileUnitTestAssets
generateDevelopmentInternalProfileUnitTestResources
generateDevelopmentInternalProfileUnitTestSources
generateDevelopmentInternalReleaseAssets
generateDevelopmentInternalReleaseBuildConfig
generateDevelopmentInternalReleaseFeatureMetadata
generateDevelopmentInternalReleaseFeatureTransitiveDeps
generateDevelopmentInternalReleaseLintModel
generateDevelopmentInternalReleaseManifestClass
generateDevelopmentInternalReleaseResources
generateDevelopmentInternalReleaseResValues
generateDevelopmentInternalReleaseSources
generateDevelopmentInternalReleaseUnitTestAssets
generateDevelopmentInternalReleaseUnitTestResources
generateDevelopmentInternalReleaseUnitTestSources
generateProductionInternalDebugAndroidTestAssets
generateProductionInternalDebugAndroidTestBuildConfig
generateProductionInternalDebugAndroidTestResources
generateProductionInternalDebugAndroidTestResValues
generateProductionInternalDebugAndroidTestSources
generateProductionInternalDebugAssets
generateProductionInternalDebugBuildConfig
generateProductionInternalDebugFeatureMetadata
generateProductionInternalDebugFeatureTransitiveDeps
generateProductionInternalDebugLintModel
generateProductionInternalDebugManifestClass
generateProductionInternalDebugResources
generateProductionInternalDebugResValues
generateProductionInternalDebugSources
generateProductionInternalDebugUnitTestAssets
generateProductionInternalDebugUnitTestResources
generateProductionInternalDebugUnitTestSources
generateProductionInternalProfileAssets
generateProductionInternalProfileBuildConfig
generateProductionInternalProfileFeatureMetadata
generateProductionInternalProfileFeatureTransitiveDeps
generateProductionInternalProfileLintModel
generateProductionInternalProfileManifestClass
generateProductionInternalProfileResources
generateProductionInternalProfileResValues
generateProductionInternalProfileSources
generateProductionInternalProfileUnitTestAssets
generateProductionInternalProfileUnitTestResources
generateProductionInternalProfileUnitTestSources
generateProductionInternalReleaseAssets
generateProductionInternalReleaseBuildConfig
generateProductionInternalReleaseFeatureMetadata
generateProductionInternalReleaseFeatureTransitiveDeps
generateProductionInternalReleaseLintModel
generateProductionInternalReleaseManifestClass
generateProductionInternalReleaseResources
generateProductionInternalReleaseResValues
generateProductionInternalReleaseSources
generateProductionInternalReleaseUnitTestAssets
generateProductionInternalReleaseUnitTestResources
generateProductionInternalReleaseUnitTestSources
generateStagingInternalDebugAndroidTestAssets
generateStagingInternalDebugAndroidTestBuildConfig
generateStagingInternalDebugAndroidTestResources
generateStagingInternalDebugAndroidTestResValues
generateStagingInternalDebugAndroidTestSources
generateStagingInternalDebugAssets
generateStagingInternalDebugBuildConfig
generateStagingInternalDebugFeatureMetadata
generateStagingInternalDebugFeatureTransitiveDeps
generateStagingInternalDebugLintModel
generateStagingInternalDebugManifestClass
generateStagingInternalDebugResources
generateStagingInternalDebugResValues
generateStagingInternalDebugSources
generateStagingInternalDebugUnitTestAssets
generateStagingInternalDebugUnitTestResources
generateStagingInternalDebugUnitTestSources
generateStagingInternalProfileAssets
generateStagingInternalProfileBuildConfig
generateStagingInternalProfileFeatureMetadata
generateStagingInternalProfileFeatureTransitiveDeps
generateStagingInternalProfileLintModel
generateStagingInternalProfileManifestClass
generateStagingInternalProfileResources
generateStagingInternalProfileResValues
generateStagingInternalProfileSources
generateStagingInternalProfileUnitTestAssets
generateStagingInternalProfileUnitTestResources
generateStagingInternalProfileUnitTestSources
generateStagingInternalReleaseAssets
generateStagingInternalReleaseBuildConfig
generateStagingInternalReleaseFeatureMetadata
generateStagingInternalReleaseFeatureTransitiveDeps
generateStagingInternalReleaseLintModel
generateStagingInternalReleaseManifestClass
generateStagingInternalReleaseResources
generateStagingInternalReleaseResValues
generateStagingInternalReleaseSources
generateStagingInternalReleaseUnitTestAssets
generateStagingInternalReleaseUnitTestResources
generateStagingInternalReleaseUnitTestSources
javaPreCompileDevelopmentInternalDebug
javaPreCompileDevelopmentInternalDebugAndroidTest
javaPreCompileDevelopmentInternalDebugUnitTest
javaPreCompileDevelopmentInternalProfile
javaPreCompileDevelopmentInternalProfileUnitTest
javaPreCompileDevelopmentInternalRelease
javaPreCompileDevelopmentInternalReleaseUnitTest
javaPreCompileProductionInternalDebug
javaPreCompileProductionInternalDebugAndroidTest
javaPreCompileProductionInternalDebugUnitTest
javaPreCompileProductionInternalProfile
javaPreCompileProductionInternalProfileUnitTest
javaPreCompileProductionInternalRelease
javaPreCompileProductionInternalReleaseUnitTest
javaPreCompileStagingInternalDebug
javaPreCompileStagingInternalDebugAndroidTest
javaPreCompileStagingInternalDebugUnitTest
javaPreCompileStagingInternalProfile
javaPreCompileStagingInternalProfileUnitTest
javaPreCompileStagingInternalRelease
javaPreCompileStagingInternalReleaseUnitTest
makeApkFromBundleForDevelopmentInternalDebug
makeApkFromBundleForDevelopmentInternalProfile
makeApkFromBundleForDevelopmentInternalRelease
makeApkFromBundleForProductionInternalDebug
makeApkFromBundleForProductionInternalProfile
makeApkFromBundleForProductionInternalRelease
makeApkFromBundleForStagingInternalDebug
makeApkFromBundleForStagingInternalProfile
makeApkFromBundleForStagingInternalRelease
mapDevelopmentInternalDebugAndroidTestSourceSetPaths
mapDevelopmentInternalDebugSourceSetPaths
mapDevelopmentInternalProfileSourceSetPaths
mapDevelopmentInternalReleaseSourceSetPaths
mapProductionInternalDebugAndroidTestSourceSetPaths
mapProductionInternalDebugSourceSetPaths
mapProductionInternalProfileSourceSetPaths
mapProductionInternalReleaseSourceSetPaths
mapStagingInternalDebugAndroidTestSourceSetPaths
mapStagingInternalDebugSourceSetPaths
mapStagingInternalProfileSourceSetPaths
mapStagingInternalReleaseSourceSetPaths
mergeDevelopmentInternalDebugAndroidTestAssets
mergeDevelopmentInternalDebugAndroidTestGeneratedProguardFiles
mergeDevelopmentInternalDebugAndroidTestJavaResource
mergeDevelopmentInternalDebugAndroidTestJniLibFolders
mergeDevelopmentInternalDebugAndroidTestNativeLibs
mergeDevelopmentInternalDebugAndroidTestResources
mergeDevelopmentInternalDebugAndroidTestShaders
mergeDevelopmentInternalDebugArtProfile
mergeDevelopmentInternalDebugAssets
mergeDevelopmentInternalDebugGeneratedProguardFiles
mergeDevelopmentInternalDebugJavaResource
mergeDevelopmentInternalDebugJniLibFolders
mergeDevelopmentInternalDebugNativeDebugMetadata
mergeDevelopmentInternalDebugNativeLibs
mergeDevelopmentInternalDebugResources
mergeDevelopmentInternalDebugShaders
mergeDevelopmentInternalProfileArtProfile
mergeDevelopmentInternalProfileAssets
mergeDevelopmentInternalProfileGeneratedProguardFiles
mergeDevelopmentInternalProfileJavaResource
mergeDevelopmentInternalProfileJniLibFolders
mergeDevelopmentInternalProfileNativeDebugMetadata
mergeDevelopmentInternalProfileNativeLibs
mergeDevelopmentInternalProfileResources
mergeDevelopmentInternalProfileShaders
mergeDevelopmentInternalReleaseArtProfile
mergeDevelopmentInternalReleaseAssets
mergeDevelopmentInternalReleaseGeneratedProguardFiles
mergeDevelopmentInternalReleaseJavaResource
mergeDevelopmentInternalReleaseJniLibFolders
mergeDevelopmentInternalReleaseNativeDebugMetadata
mergeDevelopmentInternalReleaseNativeLibs
mergeDevelopmentInternalReleaseResources
mergeDevelopmentInternalReleaseShaders
mergeDexDevelopmentInternalDebug
mergeDexDevelopmentInternalDebugAndroidTest
mergeDexDevelopmentInternalProfile
mergeDexProductionInternalDebug
mergeDexProductionInternalDebugAndroidTest
mergeDexProductionInternalProfile
mergeDexStagingInternalDebug
mergeDexStagingInternalDebugAndroidTest
mergeDexStagingInternalProfile
mergeExtDexDevelopmentInternalDebug
mergeExtDexDevelopmentInternalDebugAndroidTest
mergeExtDexDevelopmentInternalProfile
mergeExtDexProductionInternalDebug
mergeExtDexProductionInternalDebugAndroidTest
mergeExtDexProductionInternalProfile
mergeExtDexStagingInternalDebug
mergeExtDexStagingInternalDebugAndroidTest
mergeExtDexStagingInternalProfile
mergeProductionInternalDebugAndroidTestAssets
mergeProductionInternalDebugAndroidTestGeneratedProguardFiles
mergeProductionInternalDebugAndroidTestJavaResource
mergeProductionInternalDebugAndroidTestJniLibFolders
mergeProductionInternalDebugAndroidTestNativeLibs
mergeProductionInternalDebugAndroidTestResources
mergeProductionInternalDebugAndroidTestShaders
mergeProductionInternalDebugArtProfile
mergeProductionInternalDebugAssets
mergeProductionInternalDebugGeneratedProguardFiles
mergeProductionInternalDebugJavaResource
mergeProductionInternalDebugJniLibFolders
mergeProductionInternalDebugNativeDebugMetadata
mergeProductionInternalDebugNativeLibs
mergeProductionInternalDebugResources
mergeProductionInternalDebugShaders
mergeProductionInternalProfileArtProfile
mergeProductionInternalProfileAssets
mergeProductionInternalProfileGeneratedProguardFiles
mergeProductionInternalProfileJavaResource
mergeProductionInternalProfileJniLibFolders
mergeProductionInternalProfileNativeDebugMetadata
mergeProductionInternalProfileNativeLibs
mergeProductionInternalProfileResources
mergeProductionInternalProfileShaders
mergeProductionInternalReleaseArtProfile
mergeProductionInternalReleaseAssets
mergeProductionInternalReleaseGeneratedProguardFiles
mergeProductionInternalReleaseJavaResource
mergeProductionInternalReleaseJniLibFolders
mergeProductionInternalReleaseNativeDebugMetadata
mergeProductionInternalReleaseNativeLibs
mergeProductionInternalReleaseResources
mergeProductionInternalReleaseShaders
mergeStagingInternalDebugAndroidTestAssets
mergeStagingInternalDebugAndroidTestGeneratedProguardFiles
mergeStagingInternalDebugAndroidTestJavaResource
mergeStagingInternalDebugAndroidTestJniLibFolders
mergeStagingInternalDebugAndroidTestNativeLibs
mergeStagingInternalDebugAndroidTestResources
mergeStagingInternalDebugAndroidTestShaders
mergeStagingInternalDebugArtProfile
mergeStagingInternalDebugAssets
mergeStagingInternalDebugGeneratedProguardFiles
mergeStagingInternalDebugJavaResource
mergeStagingInternalDebugJniLibFolders
mergeStagingInternalDebugNativeDebugMetadata
mergeStagingInternalDebugNativeLibs
mergeStagingInternalDebugResources
mergeStagingInternalDebugShaders
mergeStagingInternalProfileArtProfile
mergeStagingInternalProfileAssets
mergeStagingInternalProfileGeneratedProguardFiles
mergeStagingInternalProfileJavaResource
mergeStagingInternalProfileJniLibFolders
mergeStagingInternalProfileNativeDebugMetadata
mergeStagingInternalProfileNativeLibs
mergeStagingInternalProfileResources
mergeStagingInternalProfileShaders
mergeStagingInternalReleaseArtProfile
mergeStagingInternalReleaseAssets
mergeStagingInternalReleaseGeneratedProguardFiles
mergeStagingInternalReleaseJavaResource
mergeStagingInternalReleaseJniLibFolders
mergeStagingInternalReleaseNativeDebugMetadata
mergeStagingInternalReleaseNativeLibs
mergeStagingInternalReleaseResources
mergeStagingInternalReleaseShaders
minifyDevelopmentInternalReleaseWithR8
minifyProductionInternalReleaseWithR8
minifyStagingInternalReleaseWithR8
model - Displays the configuration model of project ':app'. [deprecated]
optimizeDevelopmentInternalReleaseResources
optimizeProductionInternalReleaseResources
optimizeStagingInternalReleaseResources
packageDevelopmentInternalDebug
packageDevelopmentInternalDebugAndroidTest
packageDevelopmentInternalDebugBundle
packageDevelopmentInternalDebugUniversalApk
packageDevelopmentInternalProfile
packageDevelopmentInternalProfileBundle
packageDevelopmentInternalProfileUniversalApk
packageDevelopmentInternalRelease
packageDevelopmentInternalReleaseBundle
packageDevelopmentInternalReleaseUniversalApk
packageProductionInternalDebug
packageProductionInternalDebugAndroidTest
packageProductionInternalDebugBundle
packageProductionInternalDebugUniversalApk
packageProductionInternalProfile
packageProductionInternalProfileBundle
packageProductionInternalProfileUniversalApk
packageProductionInternalRelease
packageProductionInternalReleaseBundle
packageProductionInternalReleaseUniversalApk
packageStagingInternalDebug
packageStagingInternalDebugAndroidTest
packageStagingInternalDebugBundle
packageStagingInternalDebugUniversalApk
packageStagingInternalProfile
packageStagingInternalProfileBundle
packageStagingInternalProfileUniversalApk
packageStagingInternalRelease
packageStagingInternalReleaseBundle
packageStagingInternalReleaseUniversalApk
packLibsflutterBuildDevelopmentInternalDebug
packLibsflutterBuildDevelopmentInternalProfile
packLibsflutterBuildDevelopmentInternalRelease
packLibsflutterBuildProductionInternalDebug
packLibsflutterBuildProductionInternalProfile
packLibsflutterBuildProductionInternalRelease
packLibsflutterBuildStagingInternalDebug
packLibsflutterBuildStagingInternalProfile
packLibsflutterBuildStagingInternalRelease
parseDevelopmentInternalDebugIntegrityConfig
parseDevelopmentInternalProfileIntegrityConfig
parseDevelopmentInternalReleaseIntegrityConfig
parseProductionInternalDebugIntegrityConfig
parseProductionInternalProfileIntegrityConfig
parseProductionInternalReleaseIntegrityConfig
parseStagingInternalDebugIntegrityConfig
parseStagingInternalProfileIntegrityConfig
parseStagingInternalReleaseIntegrityConfig
preBuild
preDevelopmentInternalDebugAndroidTestBuild
preDevelopmentInternalDebugBuild
preDevelopmentInternalDebugUnitTestBuild
preDevelopmentInternalProfileBuild
preDevelopmentInternalProfileUnitTestBuild
preDevelopmentInternalReleaseBuild
preDevelopmentInternalReleaseUnitTestBuild
prepareLintJarForPublish
preProductionInternalDebugAndroidTestBuild
preProductionInternalDebugBuild
preProductionInternalDebugUnitTestBuild
preProductionInternalProfileBuild
preProductionInternalProfileUnitTestBuild
preProductionInternalReleaseBuild
preProductionInternalReleaseUnitTestBuild
preStagingInternalDebugAndroidTestBuild
preStagingInternalDebugBuild
preStagingInternalDebugUnitTestBuild
preStagingInternalProfileBuild
preStagingInternalProfileUnitTestBuild
preStagingInternalReleaseBuild
preStagingInternalReleaseUnitTestBuild
processApplicationManifestDevelopmentInternalDebugForBundle
processApplicationManifestDevelopmentInternalProfileForBundle
processApplicationManifestDevelopmentInternalReleaseForBundle
processApplicationManifestProductionInternalDebugForBundle
processApplicationManifestProductionInternalProfileForBundle
processApplicationManifestProductionInternalReleaseForBundle
processApplicationManifestStagingInternalDebugForBundle
processApplicationManifestStagingInternalProfileForBundle
processApplicationManifestStagingInternalReleaseForBundle
processDevelopmentInternalDebugAndroidTestJavaRes
processDevelopmentInternalDebugAndroidTestManifest
processDevelopmentInternalDebugAndroidTestResources
processDevelopmentInternalDebugJavaRes
processDevelopmentInternalDebugMainManifest
processDevelopmentInternalDebugManifest
processDevelopmentInternalDebugManifestForInstantApp
processDevelopmentInternalDebugManifestForPackage
processDevelopmentInternalDebugResources
processDevelopmentInternalDebugUnitTestJavaRes
processDevelopmentInternalProfileJavaRes
processDevelopmentInternalProfileMainManifest
processDevelopmentInternalProfileManifest
processDevelopmentInternalProfileManifestForInstantApp
processDevelopmentInternalProfileManifestForPackage
processDevelopmentInternalProfileResources
processDevelopmentInternalProfileUnitTestJavaRes
processDevelopmentInternalReleaseJavaRes
processDevelopmentInternalReleaseMainManifest
processDevelopmentInternalReleaseManifest
processDevelopmentInternalReleaseManifestForInstantApp
processDevelopmentInternalReleaseManifestForPackage
processDevelopmentInternalReleaseResources
processDevelopmentInternalReleaseUnitTestJavaRes
processManifestDevelopmentInternalDebugForFeature
processManifestDevelopmentInternalProfileForFeature
processManifestDevelopmentInternalReleaseForFeature
processManifestProductionInternalDebugForFeature
processManifestProductionInternalProfileForFeature
processManifestProductionInternalReleaseForFeature
processManifestStagingInternalDebugForFeature
processManifestStagingInternalProfileForFeature
processManifestStagingInternalReleaseForFeature
processProductionInternalDebugAndroidTestJavaRes
processProductionInternalDebugAndroidTestManifest
processProductionInternalDebugAndroidTestResources
processProductionInternalDebugJavaRes
processProductionInternalDebugMainManifest
processProductionInternalDebugManifest
processProductionInternalDebugManifestForInstantApp
processProductionInternalDebugManifestForPackage
processProductionInternalDebugResources
processProductionInternalDebugUnitTestJavaRes
processProductionInternalProfileJavaRes
processProductionInternalProfileMainManifest
processProductionInternalProfileManifest
processProductionInternalProfileManifestForInstantApp
processProductionInternalProfileManifestForPackage
processProductionInternalProfileResources
processProductionInternalProfileUnitTestJavaRes
processProductionInternalReleaseJavaRes
processProductionInternalReleaseMainManifest
processProductionInternalReleaseManifest
processProductionInternalReleaseManifestForInstantApp
processProductionInternalReleaseManifestForPackage
processProductionInternalReleaseResources
processProductionInternalReleaseUnitTestJavaRes
processStagingInternalDebugAndroidTestJavaRes
processStagingInternalDebugAndroidTestManifest
processStagingInternalDebugAndroidTestResources
processStagingInternalDebugJavaRes
processStagingInternalDebugMainManifest
processStagingInternalDebugManifest
processStagingInternalDebugManifestForInstantApp
processStagingInternalDebugManifestForPackage
processStagingInternalDebugResources
processStagingInternalDebugUnitTestJavaRes
processStagingInternalProfileJavaRes
processStagingInternalProfileMainManifest
processStagingInternalProfileManifest
processStagingInternalProfileManifestForInstantApp
processStagingInternalProfileManifestForPackage
processStagingInternalProfileResources
processStagingInternalProfileUnitTestJavaRes
processStagingInternalReleaseJavaRes
processStagingInternalReleaseMainManifest
processStagingInternalReleaseManifest
processStagingInternalReleaseManifestForInstantApp
processStagingInternalReleaseManifestForPackage
processStagingInternalReleaseResources
processStagingInternalReleaseUnitTestJavaRes
produceDevelopmentInternalDebugBundleIdeListingFile
produceDevelopmentInternalProfileBundleIdeListingFile
produceDevelopmentInternalReleaseBundleIdeListingFile
produceProductionInternalDebugBundleIdeListingFile
produceProductionInternalProfileBundleIdeListingFile
produceProductionInternalReleaseBundleIdeListingFile
produceStagingInternalDebugBundleIdeListingFile
produceStagingInternalProfileBundleIdeListingFile
produceStagingInternalReleaseBundleIdeListingFile
resolveConfigAttr
sdkDevelopmentInternalReleaseDependencyData
sdkProductionInternalReleaseDependencyData
sdkStagingInternalReleaseDependencyData
shrinkBundleDevelopmentInternalReleaseResources
shrinkBundleProductionInternalReleaseResources
shrinkBundleStagingInternalReleaseResources
shrinkDevelopmentInternalReleaseRes
shrinkProductionInternalReleaseRes
shrinkStagingInternalReleaseRes
signDevelopmentInternalDebugBundle
signDevelopmentInternalProfileBundle
signDevelopmentInternalReleaseBundle
signingConfigWriterDevelopmentInternalDebug
signingConfigWriterDevelopmentInternalDebugAndroidTest
signingConfigWriterDevelopmentInternalProfile
signingConfigWriterDevelopmentInternalRelease
signingConfigWriterProductionInternalDebug
signingConfigWriterProductionInternalDebugAndroidTest
signingConfigWriterProductionInternalProfile
signingConfigWriterProductionInternalRelease
signingConfigWriterStagingInternalDebug
signingConfigWriterStagingInternalDebugAndroidTest
signingConfigWriterStagingInternalProfile
signingConfigWriterStagingInternalRelease
signProductionInternalDebugBundle
signProductionInternalProfileBundle
signProductionInternalReleaseBundle
signStagingInternalDebugBundle
signStagingInternalProfileBundle
signStagingInternalReleaseBundle
stripDevelopmentInternalDebugDebugSymbols
stripDevelopmentInternalProfileDebugSymbols
stripDevelopmentInternalReleaseDebugSymbols
stripProductionInternalDebugDebugSymbols
stripProductionInternalProfileDebugSymbols
stripProductionInternalReleaseDebugSymbols
stripStagingInternalDebugDebugSymbols
stripStagingInternalProfileDebugSymbols
stripStagingInternalReleaseDebugSymbols
validateSigningDevelopmentInternalDebug
validateSigningDevelopmentInternalDebugAndroidTest
validateSigningDevelopmentInternalProfile
validateSigningDevelopmentInternalRelease
validateSigningProductionInternalDebug
validateSigningProductionInternalDebugAndroidTest
validateSigningProductionInternalProfile
validateSigningProductionInternalRelease
validateSigningStagingInternalDebug
validateSigningStagingInternalDebugAndroidTest
validateSigningStagingInternalProfile
validateSigningStagingInternalRelease
writeDevelopmentInternalDebugAndroidTestSigningConfigVersions
writeDevelopmentInternalDebugApplicationId
writeDevelopmentInternalDebugAppMetadata
writeDevelopmentInternalDebugModuleMetadata
writeDevelopmentInternalDebugSigningConfigVersions
writeDevelopmentInternalProfileApplicationId
writeDevelopmentInternalProfileAppMetadata
writeDevelopmentInternalProfileModuleMetadata
writeDevelopmentInternalProfileSigningConfigVersions
writeDevelopmentInternalReleaseApplicationId
writeDevelopmentInternalReleaseAppMetadata
writeDevelopmentInternalReleaseModuleMetadata
writeDevelopmentInternalReleaseSigningConfigVersions
writeProductionInternalDebugAndroidTestSigningConfigVersions
writeProductionInternalDebugApplicationId
writeProductionInternalDebugAppMetadata
writeProductionInternalDebugModuleMetadata
writeProductionInternalDebugSigningConfigVersions
writeProductionInternalProfileApplicationId
writeProductionInternalProfileAppMetadata
writeProductionInternalProfileModuleMetadata
writeProductionInternalProfileSigningConfigVersions
writeProductionInternalReleaseApplicationId
writeProductionInternalReleaseAppMetadata
writeProductionInternalReleaseModuleMetadata
writeProductionInternalReleaseSigningConfigVersions
writeStagingInternalDebugAndroidTestSigningConfigVersions
writeStagingInternalDebugApplicationId
writeStagingInternalDebugAppMetadata
writeStagingInternalDebugModuleMetadata
writeStagingInternalDebugSigningConfigVersions
writeStagingInternalProfileApplicationId
writeStagingInternalProfileAppMetadata
writeStagingInternalProfileModuleMetadata
writeStagingInternalProfileSigningConfigVersions
writeStagingInternalReleaseApplicationId
writeStagingInternalReleaseAppMetadata
writeStagingInternalReleaseModuleMetadata
writeStagingInternalReleaseSigningConfigVersions
zipApksForDevelopmentInternalDebug
zipApksForDevelopmentInternalProfile
zipApksForDevelopmentInternalRelease
zipApksForProductionInternalDebug
zipApksForProductionInternalProfile
zipApksForProductionInternalRelease
zipApksForStagingInternalDebug
zipApksForStagingInternalProfile
zipApksForStagingInternalRelease

Rules
-----
Pattern: clean<TaskName>: Cleans the output files of a task.
Pattern: build<ConfigurationName>: Assembles the artifacts of a configuration.

BUILD SUCCESSFUL in 717ms
1 actionable task: 1 executed
