cashapp / InflationInject

Constructor-inject views during XML layout inflation
Apache License 2.0
904 stars 55 forks source link

Sort injected names in generated module code #182

Closed Egorand closed 2 years ago

Egorand commented 2 years ago

Fixes #181

JakeWharton commented 2 years ago

Will release later. Have a few to send out.

Egorand commented 2 years ago

Also don't think there's any work to do for the ViewFactory generator, as it emits providedKeys in the order in which they're declared in the View constructor, which is supposed to be stable.