androidResourceDeclaredNamesForSourceSetName

Return

every AndroidResourceDeclaredName declared within this sourceSetName. This includes:

  • fully qualified generated resources like com.example.R.string.app_name

  • generated data-/view-binding declarations like com.example.databinding.FragmentListBinding

  • unqualified resources which can be consumed in downstream projects, like R.string.app_name

  • R declarations, like com.example.R

Since

0.12.0