Kapt AnnotationProcessor Error:

記錄一次奇怪的bug:

Description :

Previously, I deleted weatherUseCaseConfig, so get the error: Unresolved reference: weatherUseCaseConfig. I read your codes, and think it shouldn't set the class without @ModuleConfig as ConstructorParameter. So I tried to rename LandingPageConfig, then I found the MyDriveConfigImpl_MainConfig will put the class into Constructor, even if I remove or rename that class
error:

ConfigImpl_MainConfig.kt: (5, 229): Unresolved reference: LandingPageConfigs

Resolution :

  1. do a full search "LandingPageConfigs" file on your PC and copy the path.
    /Library/Application\ Support/kotlin/daemon/ConfigAnnotationProcessor/build/generated/source/kaptKotlin/

  2. Open it by Finder.

  3. Remove these files.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章