Open DRSchlaubi opened 5 days ago
The issue is in the backlog of the relevant team, but the existence of a workaround means it might take a while before a fix is made.
The (ugly) workaround is to use .asProvider()
to convert from ProviderConvertible<String>
to Provider
.
Probably the ProviderConvertible
should delegate to Provider
more transparently.
Expected Behavior
Currently if you try to use the Kotlin DSL assignment operator with a provider convertible, it fails because it only supports providers
Current Behavior (optional)
No response
Context
this can be caused by the following configuration