https://kotlinlang.org logo
#kontributors
Title
# kontributors
s

speshuric

03/06/2023, 12:59 PM
Hello! Am I do something wrong or
kotlin/benchmarks/
build and run are broken? I've got this error on build'em:
Copy code
Execution failed for task ':benchmarks:mainBenchmarkJar'.
> Entry org/jetbrains/kotlin/util/javaslang/JavaslangAdaptersKt.class is a duplicate but no duplicate handling strategy has been set. Please refer to <https://docs.gradle.org/7.6.1/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy> for details.
If
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
is added to
benchmarks/build.gradle.kts
then a bunch of NPE's are present in log.
3 Views