I have to add KSP generated code to the source set, but the path is different for debug and release builds. If I add static path to build file I ll have class duplicate error at build time of opposite build variant. How can I add code to build file which will be applied only under IDEA sync?
I m just swapping from eclipse to IntelliJ, and I can t find this particular feature. In Eclipse, when the cursor is inside the brackets of a method-call and I press Ctrl+Space, it tells me which ...