mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Property access.
This commit is contained in:
parent
2aa126903a
commit
565a7c6e49
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue