I see in many compiler plugins in their build.grad...
# compiler
r
I see in many compiler plugins in their build.gradle:
id("jps-compatible")
. Does anyone know what that is for? Thanks.
d
It's somehow used for using plugins with jps build system (jps is build system bundled into IDEA), but I don't know any details of it