google/dagger

Is Hilt uses alpha version of Dagger’s KSP support under the hood?

Tooto opened this issue · 1 comments

Tooto commented

In official Dagger documentation said:

Warning: Dagger’s KSP support is currently in alpha.

In Hilt release notes said:

Add KSP support to androidx.hilt.

So, my question is: is Hilt uses alpha version of Dagger’s KSP support under the hood?

Hi, @Tooto , sorry for the confusion but yes, the KSP support for both Dagger and Hilt are still in alpha. For the reason please see #2349 (comment).

The Hilt release note you linked only refers to the AndroidX part of Hilt, which contains integrations with other AndroidX libraries like WorkManager and Compose. For overall KSP support for both Dagger and Hilt please follow the Dagger KSP page or Dagger release notes.