<Unsupported metadata version. Check that your Kot...
# stackoverflow
u
Unsupported metadata version. Check that your Kotlin version is &gt;= 1.0: java.lang.IllegalStateException I changed my Kotlin version from 1.6.10 to 1.7.0. from this implementation 'org.jetbrains.kotlinkotlin stdlib jdk81.6.10' upgrated to implementation 'org.jetbrains.kotlinkotlin stdlib jdk81.7.0' But Hilt throws an error. My Hilt version is 2.42. Is there a way to fix this without downgrading again? It works fine in Kotlin 1.6.10 and Hilt 2.42. But I want to use it by upgrading my kotlin version.

https://i.stack.imgur.com/AYQyc.png

525 Views