Stay organized with collections
Save and categorize content based on your preferences.
interface DependenciesInfo
Read-only object to access dependencies information properties during com.android.build.api.variant.AndroidComponentsExtension#onVariants
Summary
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[View Source](https://cs.android.com/search?q=file:com/android/build/api/variant/DependenciesInfo.kt+class:com.android.build.api.variant.DependenciesInfo) \nAdded in 4.2.0 \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.3/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.3/com/android/build/api/variant/DependenciesInfo#includedInBundle()) |\n\nPublic properties\n-----------------\n\n### includedInApk\n\nAdded in 7.0.0 \n\n```\nval includedInApk: Boolean\n``` \n\n### includedInBundle\n\nAdded in 7.0.0 \n\n```\nval includedInBundle: Boolean\n```"]]