Closed Juli0q closed 1 month ago
I tried, this works for Ktlint after adding minimize()
Okay I will try to create an example repo.
I am using a different syntax for implementing the sub project, does that make a difference?
implementation(project(":MySubProject"))
Nope.
I can't replicate the issue in a separate project either. I will look into why my project has this issue later today.
I managed to fix the issue. I had the buildSrc folder generated by gradle init which caused problems with the plugins I used.
Expected and Results
Minimize breaks when trying to use implementation with a sub project.
Cannot read field "forJava" because "parsedFileName" is null
Related environent and versions
Gradle 8.9 Shadow 8.3.3 Fedora 39
Reproduction steps
implementation
to implement a sub project into a sub projectAnything else?
No response