encodedAssetsForLinking property

Map<String, List<EncodedAsset>> encodedAssetsForLinking
final

The assets produced by this build which should be linked.

Every key in the map is a package name. These assets in the values are not bundled with the application, but are sent to the link hook of the package specified in the key, which can decide if they are bundled or not.

In dry runs, the assets for all Architectures for the OS specified in the dry run must be provided.

Implementation

final Map<String, List<EncodedAsset>> encodedAssetsForLinking;