Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 841 Bytes

File metadata and controls

15 lines (8 loc) · 841 Bytes

subkt / myaa.subkt.tasks / SubProperties / add

add

fun add(name: String, entry: String? = null, value: String): Unit (source)

Add or override existing properties from the build script.

Parameters

name - The name of the property to add.

entry - The entry/episode for which to add the property. May contain a range expression.

value - The value of the property.