is it possible to give this ticket a higher priority? https://youtrack.jetbrains.com/issue/KTIJ-2410 precompiled script plugins are the recommended way to share build logic in gradle projects nowadays, and they cause scratch files to no longer work and break the jps build
j
Javier
02/26/2021, 4:35 PM
I can't see this ticket
Javier
02/26/2021, 4:35 PM
is the link correct?
c
christophsturm
02/26/2021, 8:19 PM
hmm for some reason its only visible to “jetbrains team” and me
a
Alexey Belkov [JB]
03/10/2021, 11:11 AM
I don't know about priority, but as an observation: it seems like IDEA (JPS) builder currently can't compile some complicated Gradle projects 100% correctly. So, issues like this can be expected. It should help to not delegate Gradle build to IDEA.
c
christophsturm
03/10/2021, 11:15 AM
its not “some complicated gradle projects”, its just the normal way to reuse build logic in a multiproject build, and the only way that is recommended by the official docs. Also scratch files don’t work in such projects.