PUBLIC_ANDROID_RESOURCES_LIST

@Incubating object PUBLIC_ANDROID_RESOURCES_LIST : ArtifactType<RegularFile>
kotlin.Any
   ↳ com.android.build.api.artifact.Artifact<FileTypeT>
   ↳ com.android.build.api.artifact.Artifact.SingleArtifact<T>
   ↳ com.android.build.api.artifact.ArtifactType<org.gradle.api.file.RegularFile>
   ↳ com.android.build.api.artifact.ArtifactType.PUBLIC_ANDROID_RESOURCES_LIST

A file containing the list of public resources exported by a library project.

It will have one resource per line and be of the format <resource-type> <resource-name>

for example

string public_string

This file will always be created, even if there are no resources.

See Choose resources to make public.

Summary

Inherited functions