1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00

toString().

This commit is contained in:
Cedric Beust 2016-06-07 00:43:51 -08:00
parent b2fea9b7e0
commit 1ca58b95f2

View file

@ -123,6 +123,8 @@ open class Project(
})
return result
}
override fun toString() = "[Project $name]"
}
class Sources(val project: Project, val sources: HashSet<String>) {