[minor] fix source root creation from imported scripts:
make the usages of KotlinSourceRoot consistent everywhere
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ fun collectScriptsCompilationDependencies(
|
||||
collectedClassPath.addAll(refinedConfiguration.dependenciesClassPath)
|
||||
|
||||
val sourceDependenciesRoots = refinedConfiguration.importedScripts.map {
|
||||
KotlinSourceRoot(it.path, false)
|
||||
KotlinSourceRoot(it.absolutePath, false)
|
||||
}
|
||||
val sourceDependencies =
|
||||
createSourceFilesFromSourceRoots(
|
||||
|
||||
Reference in New Issue
Block a user