Join Slack
Powered by
This message was deleted.
# plugin-development
s
Slackbot
09/15/2023, 6:55 PM
This message was deleted.
e
ephemient
09/15/2023, 7:23 PM
https://github.com/gradle/gradle/issues/19088
it should work in Kotlin build scripts because Gradle sets up parameters to avoid the Kotlin compiler bug
ephemient
09/15/2023, 7:23 PM
it does lead to behavior that's inconsistent with other Kotlin code though
t
tony
09/15/2023, 7:38 PM
you can do it in plugins but you have to suppress the warning.
p
Philip W
09/20/2023, 9:45 AM
Gradle 8.4 finally includes a filter operation:
https://github.com/gradle/gradle/issues/19981
if you need to map a Provider
S -> S?
to create a provider without a value.
2
Views
Open in Slack
Previous
Next