1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Use relative source file paths.

This commit is contained in:
Cedric Beust 2016-07-09 06:17:47 -08:00
parent e034bf7bee
commit 360db9375c

View file

@ -156,7 +156,7 @@ class CompilerUtils @Inject constructor(val files: KFiles,
}
val allSources = (sourceFiles + extraSourceFiles)
.map { File(it).canonicalPath }
.map { File(it).path }
.distinct()
.filter { File(it).exists() }