Stay organized with collections
Save and categorize content based on your preferences.
DependenciesInfo
interface DependenciesInfo
Read-only object to access dependencies information properties during com.android.build.api.variant.AndroidComponentsExtension#onVariants
Summary
Public properties
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# DependenciesInfo\n================\n\n\n```\ninterface DependenciesInfo\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nRead-only object to access dependencies information properties during com.android.build.api.variant.AndroidComponentsExtension#onVariants\n\nSummary\n-------\n\n| ### Public properties ||\n|------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|\n| [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | [includedInApk](/reference/tools/gradle-api/8.2/com/android/build/api/variant/DependenciesInfo#includedInApk()) |\n| [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | [includedInBundle](/reference/tools/gradle-api/8.2/com/android/build/api/variant/DependenciesInfo#includedInBundle()) |\n\nPublic properties\n-----------------\n\n### includedInApk\n\n```\nval includedInApk: Boolean\n``` \n\n### includedInBundle\n\n```\nval includedInBundle: Boolean\n```"]]