Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KGP] Fix missing task dependency between Test and Main compilations
For historic reasons friendPaths might contain the jars built from the main module. However it's an Internal field, so task dependency wasn't created. This commit completes the chain of providers. As a result Gradle can deduce that :compileKotlinTest depends on :desktopJar, if applicable. ^KT-69330 Fixed
- Loading branch information