> Task :app:kaptDebugKotlin FAILED > Task :...
# community-support
n
Task appkaptDebugKotlin FAILED
Task appkaptGenerateStubsReleaseKotlin
w: Kapt currently doesn't support language version 2.0+. Falling back to 1.9. [Incubating] Problems report is available at: file///F/kotlin%20project/FoodApps/build/reports/problems/problems-report.html why i am getting this error could you help me ?
๐Ÿงต 1
v
Please do not split topics across several threads. This makes following the conversation in the threads view very hard as the context of the other messages is missing. If you have additional information either edit the original message or post to its thread. ๐Ÿ™‚ Regarding the problem, this is a Gradle community, not a KAPT or Kotlin community, you should probably ask on the Kotlin Slack for example (but not in the #gradle channel there). But well, the message seems to suggest that you somewhere try to use
error.NonExistentClass
as annotation while it is not one? ๐Ÿคทโ€โ™‚๏ธ And if other projects support 2.0 but this not, they probably use a newer KAPT version? ๐Ÿคทโ€โ™‚๏ธ
n
yes of course
same version i am using