I'm getting a `Execution failed for task ':client-...
# gradle
r
I'm getting a
Execution failed for task ':client-test:jvmProcessResources':  Entry logback.xml is a duplicate but no duplicate handling strategy has been set.
error. I have a multi module project, where each module is multiplatform and has a
jvmMain/resources/logback.xml
. This only happens when I use
withJava()
on the kotlin target, so I suspect it's due to the Java and Kotlin resource processing tasks colliding somehow. Does anyone know a workaround?