You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to compile with the latest version of KSP (20200107), it seems like it tries to force the JavaCompile task to run even if there are no java source files generated.
* What went wrong:
Execution failed for task ':moshi-ksp:moshi-ksp:compileJava'.
> no source files
I'm unable to compile with the latest version of KSP (
20200107
), it seems like it tries to force theJavaCompile
task to run even if there are no java source files generated.Repro: ZacSweers/MoshiX#75
One possible clue might be the auto-service-ksp plugin generating resources, which I know got some work in this release.
@gavra0 might have some advice for this, as he fixed a similar issue in AGP awhile back for kotlin-only Android projects.
The text was updated successfully, but these errors were encountered: