Is there any info on how to use `-Xir-per-module` ...
# gradle
m
Is there any info on how to use
-Xir-per-module
with Gradle in Kotlin 1.5? With the previous approach I get this error:
Copy code
FileNotFoundException: /Users/marc/Documents/project/modules/web/build/classes/kotlin/main (Is a directory)
That seems to do the trick:
t
Looks like issue
m
The Grade plugin doesn't really support that flag yet so it's just a construct of workarounds holding that thing together. I'm not surprised it breaks 😅