Kelvin Chung
07/02/2025, 4:36 AMdependencies {
testReportAggregation("...") // coordinates of the KMP included build
}
which is normal, but I get an error saying
> Could not resolve all dependencies for configuration ':aggregation:testing:aggregateTestReportResults'.
> The consumer was configured to find a component of category 'verification', as well as attribute 'org.gradle.testsuite.name' with value 'test', attribute 'org.gradle.verificationtype' with value 'test-results'.
Which is weird, since I get test reports from my KMP included build by running allTests
and jvmTests
, as expected.Vampire
07/02/2025, 7:53 AM