@Target([]) class ParisConfig
ParisConfig(defaultStyleNameFormat: String, rClass: KClass<*>, namespacedResourcesEnabled: Boolean) |
val defaultStyleNameFormat: String |
|
val namespacedResourcesEnabled: Boolean
This is an experimental gradle flag (android.namespacedRClass=true). Setting to true allows Paris to generate code compatible with R files that only have resources from the module the resource was declared in. |
|
val rClass: KClass<*> |