PUBLIC_ANDROID_RESOURCES_LIST

object PUBLIC_ANDROID_RESOURCES_LIST : SingleArtifact<RegularFile>
kotlin.Any
   ↳ com.android.build.api.artifact.Artifact<FileTypeT>
   ↳ com.android.build.api.artifact.Artifact.Single<T>
   ↳ com.android.build.api.artifact.SingleArtifact<org.gradle.api.file.RegularFile>
   ↳ com.android.build.api.artifact.SingleArtifact.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