Stable versions should only have stable dependencies. com.google.dagger:hilt-android:2.57 depends on androidx.annotation:annotation:1.7.0-beta01 ``` <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.7.0-beta01</version> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation-jvm</artifactId> <version>1.7.0-beta01</version> </dependency> ```