@Input
 public List<String> getRtlExcludedPathRegexps() {
   return GradleUtil.toStringList(_rtlExcludedPathRegexps);
 }
 public List<String> getSrcIncludes() {
   return GradleUtil.toStringList(_srcIncludes);
 }
 public List<String> getDirNames() {
   return GradleUtil.toStringList(_dirNames);
 }