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

Constants.

This commit is contained in:
Cedric Beust 2016-02-23 06:15:13 -08:00
parent 6323079b63
commit 1ac4896717
2 changed files with 10 additions and 2 deletions

View file

@ -7,6 +7,10 @@ import com.beust.kobalt.Args
* a new project).
*/
interface ITemplateContributor {
companion object {
val DIRECTORY_NAME = "templates"
}
val templates: List<ITemplate>
}