Maybe this is ultimately a Gradle problem, but can...
# compiler
a
Maybe this is ultimately a Gradle problem, but can you include a compiler plugin from another gradle module? With KSP you can just do this:
Copy code
ksp(projects.compiler)
But with compiler plugins they need to be applied as Gradle plugins and unless you use included builds this isn't really feasible
a
Sweet, thanks!
j
I'm not sure if you still need both
a
This isn't a multiplatform project
So I doubt it either way
j
Oh yeah. Then definitely not.
The native compiler used to not jarjar the IntelliJ dependencies in the same way non-native compiler did so you needed two plugin artifacts and two classpaths. They fixed that a while ago, but not sure if they fixed the two classpaths or not.
a
If the configuration is still there I guess they didn't fix it
j
Well it should probably just extend from the first one now
Or even have the constants return the same name
a
The constants returning the same thing would break binary compatibility
Or runtime compat rather
j
Yeah you'd have to do both