You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix for #506 in b997561 hardcoded the org.gradle.kotlin.dsl.provideDelegate import but provideDelegate operator functions aren't limited to org.gradle.kotlin.dsl and could be present in any Kotlin library.
The fix for #506 in b997561 hardcoded the
org.gradle.kotlin.dsl.provideDelegate
import butprovideDelegate
operator functions aren't limited toorg.gradle.kotlin.dsl
and could be present in any Kotlin library.See https://kotlinlang.org/docs/reference/delegated-properties.html#providing-a-delegate-since-11
The fix should be extended to any import of a
provideDelegate
operator function.The text was updated successfully, but these errors were encountered: