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
{{ message }}
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
The Gradle API rely a lot on overloaded setters.
Kotlin support for such constructs and proper integration with Java declarations would make for a nicer DSL.
I think this is more important with the introduction of Property and PropertyState types in Gradle core with the desire to not create a bunch of cruft in the Kotlin DSL. That is unless those are going to be used directly as task inputs or outputs in the future.
The Gradle API rely a lot on overloaded setters.
Kotlin support for such constructs and proper integration with Java declarations would make for a nicer DSL.
https://youtrack.jetbrains.com/issue/KT-4075
The text was updated successfully, but these errors were encountered: