[BT] Implement incremental compilation within the daemon
#KT-57398 In Progress
This commit is contained in:
committed by
Space Team
parent
91dc33f398
commit
61f404e493
+2
-2
@@ -67,7 +67,7 @@ class IncrementalCompilationOptions(
|
||||
/**
|
||||
* Directories that should be cleared when IC decides to rebuild
|
||||
*/
|
||||
val outputFiles: List<File>,
|
||||
val outputFiles: Collection<File>? = null,
|
||||
val multiModuleICSettings: MultiModuleICSettings? = null,
|
||||
val modulesInfo: IncrementalModuleInfo? = null,
|
||||
/**
|
||||
@@ -87,7 +87,7 @@ class IncrementalCompilationOptions(
|
||||
kotlinScriptExtensions
|
||||
) {
|
||||
companion object {
|
||||
const val serialVersionUID: Long = 2
|
||||
const val serialVersionUID: Long = 3
|
||||
}
|
||||
|
||||
override fun toString(): String {
|
||||
|
||||
Reference in New Issue
Block a user