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)
Marc Knaup
04/14/2021, 6:45 PM
That seems to do the trick:
t
turansky
04/15/2021, 8:15 PM
Looks like issue
m
Marc Knaup
04/15/2021, 8:17 PM
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 😅