@@ -68,7 +68,7 @@ private val CACHE_DIRECTORY_NAME = "kotlin"
|
|||||||
class CacheFormatVersion(targetDataRoot: File) {
|
class CacheFormatVersion(targetDataRoot: File) {
|
||||||
companion object {
|
companion object {
|
||||||
// Change this when incremental cache format changes
|
// Change this when incremental cache format changes
|
||||||
private val INCREMENTAL_CACHE_OWN_VERSION = 3
|
private val INCREMENTAL_CACHE_OWN_VERSION = 4
|
||||||
private val CACHE_FORMAT_VERSION: Int = INCREMENTAL_CACHE_OWN_VERSION * 1000000 + JvmAbi.VERSION
|
private val CACHE_FORMAT_VERSION: Int = INCREMENTAL_CACHE_OWN_VERSION * 1000000 + JvmAbi.VERSION
|
||||||
|
|
||||||
private val NON_INCREMENTAL_MODE_PSEUDO_VERSION = Int.MAX_VALUE
|
private val NON_INCREMENTAL_MODE_PSEUDO_VERSION = Int.MAX_VALUE
|
||||||
|
|||||||
Reference in New Issue
Block a user