SubKt icon indicating copy to clipboard operation
SubKt copied to clipboard

fromIfPresent evaluates the supplied lambda even if the property is undefined

Open Myaamori opened this issue 3 years ago • 0 comments

        fromIfPresent(get("OP")) {
            syncTargetTime(getAs<Duration>("opsync"))
        }

can apparently result in the following error:

* What went wrong:
Could not determine the dependencies of task ':merge.34.TV'.
> no match for property name TV.34.opsync

Myaamori avatar Jul 05 '21 19:07 Myaamori