You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying the Kotlin 1.9 features in project and the project build breaks.
I assume that Kotlin generates a new metadata (maybe just lift version of language there) and Hilt/Dagger doesn't like it:
Caused by: java.lang.IllegalStateException: Unsupported metadata version. Check that your Kotlin version is >= 1.0
at dagger.internal.codegen.kotlin.KotlinMetadata.metadataOf(KotlinMetadata.java:187)
The text was updated successfully, but these errors were encountered:
Hi people,
I'm trying the Kotlin 1.9 features in project and the project build breaks.
I assume that Kotlin generates a new metadata (maybe just lift version of language there) and Hilt/Dagger doesn't like it:
The text was updated successfully, but these errors were encountered: