Slackbot
12/12/2022, 11:14 AMChris Lee
12/12/2022, 2:20 PMget()
early is an anti-pattern, as the goal is to let the framework (Gradle) call that when (and if) needed.Jakub Chrzanowski
12/12/2022, 2:21 PMuserHomeProvider
is Gradle’s
val userHomeProvider = project.providers.systemProperty("user.home")
Jakub Chrzanowski
12/12/2022, 2:23 PMget()
– that happens already within the ideVersions
provider – so late enough. But I’d like to zip those providers together instead, but I can’t. 🤷Chris Lee
12/12/2022, 3:59 PM