Skip to content
This repository was 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

@Mario-paul

Description

@Mario-paul

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions