mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Comment.
This commit is contained in:
parent
0aae394975
commit
dee55652f9
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ import java.io.File
|
||||||
import java.nio.file.*
|
import java.nio.file.*
|
||||||
import java.nio.file.attribute.BasicFileAttributes
|
import java.nio.file.attribute.BasicFileAttributes
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The abstraction to represent a directory that contains source files. @param{root} is typically
|
||||||
|
* the root of the project and build files are searched under root/kobalt/src/ *kt.
|
||||||
|
*/
|
||||||
interface IBuildSources {
|
interface IBuildSources {
|
||||||
fun findSourceFiles() : List<File>
|
fun findSourceFiles() : List<File>
|
||||||
val root: File
|
val root: File
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue