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
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native/tasks/KotlinNativeLink.kt
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -160,9 +160,9 @@ constructor(
160
160
val processTests:Boolean get() = binary isTestExecutable
161
161
162
162
@get:Classpath
163
-
val exportLibraries:FileCollection get() =exportLibrariesResolvedGraph?.files ?: objectFactory.fileCollection()
163
+
val exportLibraries:FileCollection get() =exportLibrariesResolvedConfiguration?.files ?: objectFactory.fileCollection()
0 commit comments