mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Constants.
This commit is contained in:
parent
6323079b63
commit
1ac4896717
2 changed files with 10 additions and 2 deletions
|
@ -7,6 +7,10 @@ import com.beust.kobalt.Args
|
|||
* a new project).
|
||||
*/
|
||||
interface ITemplateContributor {
|
||||
companion object {
|
||||
val DIRECTORY_NAME = "templates"
|
||||
}
|
||||
|
||||
val templates: List<ITemplate>
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue