kobwebCacheDir

fun ProjectLayout.kobwebCacheDir(): Provider<Directory>(source)

Return a unique build cache directory.


fun Task.kobwebCacheDir(): Provider<Directory>(source)

Return a unique build cache directory for this task.

This method should not be called in a task action, as it won't work when configuration caching is enabled.