[IC] Allow to not specify the root project dir

When it's specified, it's used to calculate relative paths
This commit is contained in:
Alexander.Likhachev
2023-07-13 16:30:36 +02:00
committed by Space Team
parent b3677fa0ca
commit 91dc33f398
4 changed files with 9 additions and 5 deletions
@@ -73,7 +73,7 @@ class IncrementalCompilationOptions(
/**
* Root project directory, used to resolve relative paths
*/
val rootProjectDir: File,
val rootProjectDir: File?,
kotlinScriptExtensions: Array<String>? = null,
val withAbiSnapshot: Boolean = false,
val preciseCompilationResultsBackup: Boolean = false,