google/dagger

Does Dagger 2.51 support JDK17 and JDK21?

Closed this issue · 1 comments

Does Dagger 2.51 support JDK17 and JDK21?

We support them in the since that anything that worked previously hould still work with those versions. However, we haven't added explicit support for any new language features. For example, you may run into issues trying to use constructor injection with a record class (which probably doesn't make sense anyway, but just as an example).