mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Not needed.
This commit is contained in:
parent
c9d906f2fc
commit
b06ce2628f
1 changed files with 0 additions and 3 deletions
|
@ -291,9 +291,6 @@ open class JvmCompilerPlugin @Inject constructor(
|
||||||
! KFiles.isResource(it.path)
|
! KFiles.isResource(it.path)
|
||||||
}.distinct()
|
}.distinct()
|
||||||
|
|
||||||
if (allSourceDirectories.any { KFiles.isResource(it.path) }) {
|
|
||||||
println("PROBLEM")
|
|
||||||
}
|
|
||||||
// Now that we have all the source directories, find all the source files in them
|
// Now that we have all the source directories, find all the source files in them
|
||||||
val sourceFiles = files.findRecursively(projectDirectory, allSourceDirectories,
|
val sourceFiles = files.findRecursively(projectDirectory, allSourceDirectories,
|
||||||
{ file -> sourceSuffixes.any { file.endsWith(it) }})
|
{ file -> sourceSuffixes.any { file.endsWith(it) }})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue