mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
toString().
This commit is contained in:
parent
b2fea9b7e0
commit
1ca58b95f2
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ open class Project(
|
|||
})
|
||||
return result
|
||||
}
|
||||
|
||||
override fun toString() = "[Project $name]"
|
||||
}
|
||||
|
||||
class Sources(val project: Project, val sources: HashSet<String>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue