<Hilt java.lang.IllegalStateException: Unsupported...
# stackoverflow
u
Hilt java.lang.IllegalStateException: Unsupported metadata version. Check that your Kotlin version is &gt;= 1.0 I'm facing issue while adding hilt dependencies in my project plugins plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' id 'kotlin-kapt' id 'realm-android' id 'androidx.navigation.safeargs.kotlin' id 'kotlin-parcelize' } dependencies //Dependency injection with Hilt implementation("com.google.daggerhilt android2.38.1") kapt("com.google.daggerhilt android compiler2.38.1") implementation 'androidx.corecore ktx1.8.0' implementation...