I want to know if I can use the rocket to deal with the incremental compilation problem of gradle.
love-learning-hjk opened this issue · 0 comments
love-learning-hjk commented
Hello, I am a programmer from China. I am currently worried about how to deal with gradle to prohibit incremental compilation when there are class changes with constants, and rocker gave me inspiration, I want to know if there is a way to combine the two, before gradle build Modify the constants in the java source file to a static method, thus ensuring incremental compilation?