I'm getting an error when using the latest KSP. > Task :kspKotlin FAILED file or directory '/Use...
j
I'm getting an error when using the latest KSP.
Task :kspKotlin FAILED
file or directory '/Users/john/Projects/tuhirangi/cinifex-api/src/main/java', not found I don't have any Java source code so there's no src/main/java. Why would ksp be looking for it? Is this the real error or would it be something else?
The /src/main/java not found error message was a red herring. The real issue was I had used the wrong class name when registering it in META-INF/services.