How will usage of kapt(Kotlin Annotation Processing Tool) while kapt being in maintenance mode alters my project?
I think kapt will not work when I use it in my project while it is in maintenance mode.
Because when I use it in my project it throws me this error
appkaptDebugKotlin task failed.
appkaptReleaseKotlin task failed.
, and I think there is nothing wrong in my codes and I have tried different ways and I am pretty sure that this error due to kapt because error only occurs when I use kapt in my project.