Use lazy properties in Gradle configuration
Open
enhancement
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 559
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 34
Description
All properties, in my case the problematic one is `target`, don't use lazy APIs. I have a DSL that is picking all Kotlin source sets and adding them to `target`, but if there is a configuration that later is adding/removing more source sets, they are missing.
Is it planned to migrate to lazy properties?
Contributor guide
Assessment
This issue has not been assessed yet.