KT-34862 use relative path for incremental build cache
This commit is contained in:
+1
@@ -27,6 +27,7 @@ internal open class KotlinCompileTaskData(
|
||||
File(File(compilation.target.project.buildDir, KOTLIN_BUILD_DIR_NAME), taskName)
|
||||
}
|
||||
|
||||
//TODO
|
||||
val buildHistoryFile: File by project.provider {
|
||||
File(taskBuildDirectory, "build-history.bin")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user