gradle / kotlin-dsl-samples

Samples builds using the Gradle Kotlin DSL
https://gradle.org/kotlin/
Other
3.71k stars 434 forks source link

Let `getting` property delegate use `getByName()` instead of `named()` #1247

Closed bamboo closed 6 years ago

bamboo commented 6 years ago

To minimize confusion when migrating away from the eager API.

JLLeitschuh commented 6 years ago

Have there been reports of users finding this to be confusing as it was before?

eskatos commented 6 years ago

@JLLeitschuh yes, it was surprising and caused confusion in knowing what is eager and what is lazy.