public class IsmlCompileKt
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
getValue(org.gradle.api.provider.Property<T> $receiver,
java.lang.Object receiver,
kotlin.reflect.KProperty<?> property)
Add a get function to a String property.
|
static <T> void |
setValue(org.gradle.api.provider.Property<T> $receiver,
java.lang.Object receiver,
kotlin.reflect.KProperty<?> property,
T value)
Add a set function to a String property.
|
public static <T> void setValue(@NotNull
org.gradle.api.provider.Property<T> $receiver,
@Nullable
java.lang.Object receiver,
@NotNull
kotlin.reflect.KProperty<?> property,
T value)
Add a set function to a String property.
public static <T> T getValue(@NotNull
org.gradle.api.provider.Property<T> $receiver,
@Nullable
java.lang.Object receiver,
@NotNull
kotlin.reflect.KProperty<?> property)
Add a get function to a String property.