Fix Kotlin internal files created in 'build/' ignoring custom buildDir
Issue #KT-10537 Fixed
This commit is contained in:
+1
-1
@@ -262,7 +262,7 @@ open class KotlinCompile : AbstractKotlinCompile<K2JVMCompilerArguments>(), Kotl
|
||||
private var kaptAnnotationsFileUpdater: AnnotationFileUpdater? = null
|
||||
|
||||
@get:Internal
|
||||
val buildHistoryFile: File = File(taskBuildDirectory, "build-history.bin")
|
||||
val buildHistoryFile: File get() = File(taskBuildDirectory, "build-history.bin")
|
||||
|
||||
@get:Internal
|
||||
val kaptOptions = KaptOptions()
|
||||
|
||||
Reference in New Issue
Block a user