Gabe Kauffman
11/15/2024, 4:52 PM.../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...efemoney
11/16/2024, 1:37 PM