I'm trying to test a fix in 1.5.0 m2 to see if thi...
# jvm-ir-backend-feedback
c
I'm trying to test a fix in 1.5.0 m2 to see if this fixes an issue with IR compiler BUT I can't seem to run it because I use hilt in this project. I just added hilt last week. Hope I don't have to revert it. Searching in kotlinlang slack and on google hasn't gotten me any promising results. Am I missing something simple to just enable hilt working with 1.5+?
z
That's super vague without any sort of trace
if I had to guess, you're hitting an issue with the metadata version change
👍 1
which can be resolved by forcing a newer version of kotlinx-metadata on the kapt classpath to raise the version dagger's current release uses
it's fixed on master but waiting for a release
👍 1
c
Thanks Zac. Yeah I should have just gone to dagger github instead of searching for hilt on google.