Nitesh Singh
04/02/2025, 8:05 PMTask appkaptGenerateStubsDebugKotlinw: Kapt currently doesn't support language version 2.0+. Falling back to 1.9.
Task appkaptGenerateStubsReleaseKotlinw: Kapt currently doesn't support language version 2.0+. Falling back to 1.9.
Task appkaptDebugKotlinF:\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
Task appkaptReleaseKotlinF:\kotlin project\FoodApps\app\build\tmp\kapt3\stubs\release\com\example\foodapps\prasentation\signupscreen\DrgctKt.java6 error: incompatible types: NonExistentClass cannot be converted to Annotation @error.NonExistentClass() ^
Task appkaptReleaseKotlin FAILEDFAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task 'appkaptDebugKotlin'.
A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkActionhow i will fix that issue ? in another project version 2.0+ supporting whereas not in my project