Skip to content

Commit 875f144

Browse files
committed
doc: mention required* in readme
1 parent d80337e commit 875f144

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

plugins/gradle-extensions-plugin/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@ fun string(name: String, default: String = "")
135135
fun int(name: String, default: Int = 0)
136136

137137
fun long(name: String, default: Long = 0)
138+
139+
fun requiredBool(name: String)
140+
141+
fun requiredString(name: String)
142+
143+
fun requiredInt(name: String)
144+
145+
fun requiredLong(name: String)
138146
```
139147

140148
Miscellaneous extensions

0 commit comments

Comments
 (0)