79790822

Date: 2025-10-15 05:29:50
Score: 1
Natty:
Report link
Execution failed for task ':app:kspDebugKotlin'.
> Inconsistent JVM-target compatibility detected for tasks 'compileDebugJavaWithJavac' (1.8) and 'kspDebugKotlin' (11).

* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:kspDebugKotlin'.

there is something you missing in lib versing or hilt module annotation check this for
Error:Execution failed for task ':app:kaptDebugKotlin'
Hilt: https://developer.android.com/training/dependency-injection/hilt-android[Hilt](https://developer.android.com/training/dependency-injection/hilt-android)
kapt to ksp: https://developer.android.com/build/migrate-to-ksp

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: KridaDEV