Hi guys. My generated files are placed inside `gen...
# ksp
r
Hi guys. My generated files are placed inside
generated/ksp/debug/kotlin
(or release), whereas most examples I see it's under a
..main/kotlin
Is there a way to configure this? I'm having redeclaration issues in jitpack builds because apparently both debug and release are being generated. Any idea why? This is probably more of a jitpack related configuration.. is it even supposed to be building my example app? Sorry for the confused questions. Thanks a lot 🙏