0d57436bce
This storage directory should be used for: - files that should live between builds - files that should stay after calling 'clean' task - some persistent caches that are usually better to keep around In this commit, we are introducing the first cache type - for session flag files. Such files should be unique per-project. To distinguish between different projects, md5 hash of the project root dir absolute path is used. ^KT-58223 In Progress