[IC] Allow to not specify the modules info
This commit is contained in:
committed by
Space Team
parent
e33611a88a
commit
b3677fa0ca
+5
-1
@@ -69,7 +69,11 @@ class IncrementalCompilationOptions(
|
||||
*/
|
||||
val outputFiles: List<File>,
|
||||
val multiModuleICSettings: MultiModuleICSettings? = null,
|
||||
val modulesInfo: IncrementalModuleInfo,
|
||||
val modulesInfo: IncrementalModuleInfo? = null,
|
||||
/**
|
||||
* Root project directory, used to resolve relative paths
|
||||
*/
|
||||
val rootProjectDir: File,
|
||||
kotlinScriptExtensions: Array<String>? = null,
|
||||
val withAbiSnapshot: Boolean = false,
|
||||
val preciseCompilationResultsBackup: Boolean = false,
|
||||
|
||||
Reference in New Issue
Block a user