Files
kotlin-fork/libraries/tools
sebastian.sellmair 3b19cf5831 [Gradle][KT-53342] Introduce 'invokeWhenCreated' API to configure objects when created
This aims to make it possible and sane to configure
Android SourceSets that get created in AGP's afterEvaluate phase.

SourceSets that contain flavor and buildTypes will not be available
right away. Using regular Gradle APIs like

```
sourceSets.matching { it.name == "..." }.configure {}
```

are not sufficient, since misconfigurations here will stay
unnoticed, whilst this 'invokeWhenCreated' API ensures
that the object is available at least before the buildscripts
'afterEvluate'
2022-08-08 19:04:27 +00:00
..
2022-06-29 10:20:30 +02:00
2022-08-05 14:12:41 +02:00