square / anvil

A Kotlin compiler plugin to make dependency injection with Dagger 2 easier.
Apache License 2.0
1.3k stars 79 forks source link

support building against Kotlin 1.9.10 via system property arguments #861

Closed RBusarow closed 6 months ago

JoelWilcox commented 7 months ago

Can we work on getting register bumped instead of re-adding 1.9.10 support?

RBusarow commented 7 months ago

Can we work on getting register bumped instead of re-adding 1.9.10 support?

That's a much bigger lift, especially if we go to 1.9.22 thanks to the Compose changes.

JoelWilcox commented 7 months ago

That's a much bigger lift, especially if we go to 1.9.22 thanks to the Compose changes.

Going to check in with MDX, we can merge this later if it becomes the blocking factor after the incremental fixes are in but the required changes for bumping in register looked pretty minimal previously

RBusarow commented 6 months ago

We no longer need 1.9.10 support internally, so closing this for now.