Pavel Lahoda
03/27/2023, 10:28 AMadd("kspAndroid", project(":ksp"))
I am getting an error:
Task :shared:kspDebugKotlinAndroid FAILED
e: [ksp] No providers found in processor classpath.
Not sure where the info about "debugKotlinAndroid" is comming from, there is no such target nor module in the project.
When I replace the dependencies with:
add("kspIosX64", project(":ksp"))
The project make works, but the ksp processor is not invoked.
I would try to put the dependencies into the individual modules for both platforms, but this is not possible as there is no gradle file on the iOS platform.
Anybody has a success with setting up KSP with Android and iOS multiplatform project? Any idea what I might be doing wrong?jordan29.04.1197
03/27/2023, 12:55 PMPavel Lahoda
04/23/2023, 11:19 AM