[IC] Allow to not specify the build history file

This commit is contained in:
Alexander.Likhachev
2023-03-27 15:03:21 +02:00
committed by Space Team
parent 38a54549ff
commit e33611a88a
6 changed files with 34 additions and 24 deletions
@@ -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,