> Task :app:kaptDebugKotlin F:\kotlin project\F...
# compose
n
Task appkaptDebugKotlin
F:\kotlin project\FoodApps\app\build\tmp\kapt3\stubs\debug\com\example\foodapps\prasentation\signupscreen\DrgctKt.java6 error: incompatible types: NonExistentClass cannot be converted to Annotation @error.NonExistentClass() ^
Task appkaptDebugKotlin FAILED
i am not able to import package therefor i am getting error i should need help how i will fix that issue ? . i have mentioned the photo below down
c
You do not have an issue with Compose but with the
kapt
plugin. Most probably a dagger/hilt issue.
n
then what i should do with kapt ?
c
Learn how to use it correctly.
n
yes let me check kapt implementation in kotlin 2.1.21 version
Error resolving plugin [id: 'org.jetbrains.kotlin.kapt', version: '2.1.20']
The request for this plugin could not be satisfied because the plugin is already on the classpath with an unknown version, so compatibility cannot be checked.
now i am geting that issue
i am trying but still facing issue
kapt issue