Files
kotlin-fork/libraries/tools
Yahor Berdnikau 0d57436bce [Gradle] Introduce persistent storage dir in 'user.home/.kotlin'
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
2023-11-14 18:38:12 +00:00
..