Open bardale opened 11 months ago
It looks like those issues are just with your usage of ksp, and not related to this plugin. I'm not really able to help with that.
Unable to find the task is probably due to execution ordering. If you are able to configure it in an evaluateAfter {}
block, then it confirms it is just an ordering problem.
I am using Kotlin 1.9.20 with Gradle 8.4 with id("com.google.devtools.ksp") version "1.9.20-1.0.14" in a gradle multimodule project and I am unable to build the project. Getting the errors below:
What went wrong:
When setting explicit dependency as suggest, gradle is unable to find the task kspKotlin.
Thanks