[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:
committed by
Space Team
parent
b3677fa0ca
commit
91dc33f398
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user