I’m trying to upgrade my project from `kapt` to `k...
# build-tools
c
I’m trying to upgrade my project from
kapt
to
ksp
but I’m seeing the following error;
Copy code
Execution failed for task ':app:kspDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
   > Compilation error. See log for more details
Please any idea what could be the cause and how I can fix this?
a
Sorry, but no more ideas than
See log for more details
You haven’t provided any relevant to your particular problem information
c
Thanks @Alexander.Likhachev, thanks for your response. The problem was that I was using a Hilt dependency version which isn’t fully supported so I had to upgraded to the least supported version
2.48
205 Views