androidGradleCache property
String?
get
androidGradleCache
Implementation
String? get androidGradleCache {
final home = homeDirectory;
return home == null ? null : _path.join(home, '.gradle', 'caches');
}