sourceSet that has a mix of tests and utils in it. I also have a custom jvm compliation for benchmarks that relies on the utils in
commonTest
. I can't add
commonTest
output classfiles as a dependency because then it brings in the common tests, which I do not want.
Any ideas other than creating separate modules for all of these things?
eygraber
11/08/2022, 10:05 PM
Current plan is to use a base source set. We'll see how this goes 👀