[IC] Allow to not specify the build history file
This commit is contained in:
committed by
Space Team
parent
38a54549ff
commit
e33611a88a
+1
-1
@@ -68,7 +68,7 @@ class IncrementalCompilationOptions(
|
||||
* Directories that should be cleared when IC decides to rebuild
|
||||
*/
|
||||
val outputFiles: List<File>,
|
||||
val multiModuleICSettings: MultiModuleICSettings,
|
||||
val multiModuleICSettings: MultiModuleICSettings? = null,
|
||||
val modulesInfo: IncrementalModuleInfo,
|
||||
kotlinScriptExtensions: Array<String>? = null,
|
||||
val withAbiSnapshot: Boolean = false,
|
||||
|
||||
Reference in New Issue
Block a user