Remove old IC: remove experimental cache version

This commit is contained in:
Alexey Tsvetkov
2017-05-02 19:39:32 +03:00
parent a4a0335b20
commit 534db2d45b
18 changed files with 6 additions and 56 deletions
@@ -210,7 +210,6 @@ open class KotlinCompile : AbstractKotlinCompile<K2JVMCompilerArguments>(), Kotl
get() = File(File(project.buildDir, KOTLIN_BUILD_DIR_NAME), name).apply { mkdirs() }
private val cacheVersions by lazy {
listOf(normalCacheVersion(taskBuildDirectory),
experimentalCacheVersion(taskBuildDirectory),
dataContainerCacheVersion(taskBuildDirectory),
gradleCacheVersion(taskBuildDirectory))
}