Commit 623edef
[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 Fixed1 parent 1f70ebb commit 623edef
File tree
1 file changed
+8
-4
lines changed- libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/tasks
1 file changed
+8
-4
lines changedLines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
112 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
0 commit comments