mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Bad source directory.
This commit is contained in:
parent
fa9fff1775
commit
f3d3a0f36f
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ open class JvmCompilerPlugin @Inject constructor(
|
||||||
// ISourceDirectoryContributor
|
// ISourceDirectoryContributor
|
||||||
override fun sourceDirectoriesFor(project: Project, context: KobaltContext)
|
override fun sourceDirectoriesFor(project: Project, context: KobaltContext)
|
||||||
= if (accept(project)) {
|
= if (accept(project)) {
|
||||||
sourceTestDirectories.toList()
|
sourceDirectories.toList()
|
||||||
} else {
|
} else {
|
||||||
arrayListOf()
|
arrayListOf()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue