mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Relative dirs.
This commit is contained in:
parent
56fb059150
commit
920931a36e
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ abstract class JvmCompilerPlugin @Inject constructor(
|
||||||
{ it .endsWith(project.sourceSuffix) })
|
{ it .endsWith(project.sourceSuffix) })
|
||||||
.map { File(projectDirectory, it).absolutePath }
|
.map { File(projectDirectory, it).absolutePath }
|
||||||
|
|
||||||
val cai = CompilerActionInfo(projectDirectory.absolutePath, classpath, sourceFiles, buildDirectory,
|
val cai = CompilerActionInfo(projectDirectory.path, classpath, sourceFiles, buildDirectory,
|
||||||
emptyList())
|
emptyList())
|
||||||
return cai
|
return cai
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue