Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

compile time error: The following options were not recognized by any processor: '[kapt.kotlin.generated, room.incremental]' #57

Open
Mario-paul opened this issue Jul 3, 2023 · 0 comments

Comments

@Mario-paul
Copy link

After doing step 7. "Hilt modules", running the app would crash when building/running the app. Upgrading the Project's Kotlin and Hilt versions seems to have solved this issue for me.

// build.gradle (Project)
buildscript {

    ext.kotlin_version = '1.8.21'
    ext.hilt_version = '2.46.1'

...
}

Running on Android Studio Flamingo | 2022.2.1 Patch 2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant