SingleArtifact.PUBLIC_ANDROID_RESOURCES_LIST

object SingleArtifact.PUBLIC_ANDROID_RESOURCES_LIST : Artifact, Artifact.Single, SingleArtifact

Any
   ↳ Artifact
     ↳ Artifact.Single
       ↳ SingleArtifact
         ↳ 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

From class Artifact
open String
String

Provide a unique name for the artifact type.

From class SingleArtifact