martmists
08/31/2021, 3:03 PMExecution failed for task ':jvmProcessResources'.
> Entry server_style.css is a duplicate but no duplicate handling strategy has been set. Please refer to <https://docs.gradle.org/7.1/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy> for details.
I also get this while trying to run my project, it says server_style.css is duplicate but it's only in jvmMain/resources and not in jsMain/resources or commonMain/resourcesrnett
08/31/2021, 6:54 PMwithJava()
in a multiplatform jvm project, so if it still shows up see if you can work around that.