I have a bunch of KSP processors in this folder `....
# ksp
g
I have a bunch of KSP processors in this folder
.../android/compiler/src/main/java/com/ramp/compiler
For some reason, when I compile my app, duplicate versions of each of these processor files keep getting automatically created in this folder
.../android/compiler/bin/main/com/ramp/compiler
These are not
.class
files or anything, they are exact 1:1 copies of my
.kt
processor files. Is this expected and you just git ignore them? Seems weird...
e
This is not expected & is definitely an issue of your build setup. If you share more information or a reproducer maybe someone can help but I’d be very surprised if anyone else is facing this same issue or if its somehow from KSP