After updating my KSP project to a newer kotlin ve...
# ksp
m
After updating my KSP project to a newer kotlin version, I'm running into an issue with my generated code:
Copy code
e: Files '/.../build/generated/ksp/backend/backendMain/kotlin/com/martmists/bbsp/database/model/CardGraphQL.kt', '/.../build/generated/ksp/backend/backendMain/kotlin/com/martmists/bbsp/database/model/UserGraphQL.kt' can be a part of only one module, but is listed as a source for both `backendMain` and `generatedByKspKotlinBackend`, please check you -Xfragment-sources options.