You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/tasks/AbstractKotlinCompile.kt
0 commit comments