> Task :app:kaptGenerateStubsDebugKotlin w: Kap...
# community-support
n
Task appkaptGenerateStubsDebugKotlin
w: Kapt currently doesn't support language version 2.0+. Falling back to 1.9.
Task appkaptGenerateStubsReleaseKotlin
w: Kapt currently doesn't support language version 2.0+. Falling back to 1.9.
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
Task appkaptReleaseKotlin
F:\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 FAILED
FAILURE: 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$KaptExecutionWorkAction
how i will fix that issue ? in another project version 2.0+ supporting whereas not in my project