context.resources.getIdentifier throw resourcenotfoundexception
i am using
When I use the latest version of ksp and hilt, it gives this error
When I use the latest version of ksp and hilt, it gives this error.
ksp = “2.0.0-1.0.22”
hilt = “2.51.1”
Hilt Error when use annotation HiltAndroidApp
I’m encountering an issue while building my project with Dagger Hilt. It happens only on Window, on Mac it still working. The following error occurs during the annotation processing phase:
ClassNotFoundException Error When Integrating Hilt in Android Application
I am trying to integrate Hilt for dependency injection. I have added all the dependencies, but I am getting the following error in the log:
Why do I get Hilt unsupported metadata version in multi module architecture?
I have the following module :
Hilt: kotlin.UninitializedPropertyAccessException: lateinit property has not been initialized
I using Hilt, but it raised an error: kotlin.UninitializedPropertyAccessException: lateinit property cacheInterceptor has not been initialized. How do I fix it?