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

Property access.

This commit is contained in:
Cedric Beust 2015-10-05 22:47:11 -07:00
parent 2aa126903a
commit 565a7c6e49

View file

@ -71,7 +71,7 @@ public class KotlinPlugin @Inject constructor(
val absoluteSourceFiles = files.findRecursively(projectDir, project.sourceDirectoriesTest.map { File(it) })
{ it: String -> it.endsWith(".kt") }
.map { File(projectDir, it).getAbsolutePath() }
.map { File(projectDir, it).absolutePath }
compilePrivate(testDependencies(project),
absoluteSourceFiles,