From 750b62b112c1a7d336bf79012924ca1b0122751a Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Tue, 26 Nov 2019 16:31:11 +0700 Subject: [PATCH] Update Gradle: 6.0.1 --- .../groovy/org/jetbrains/kotlin/NativeInteropPlugin.groovy | 3 ++- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- gradlew | 4 ++-- .../gradle/wrapper/gradle-wrapper.properties | 2 +- samples/androidNativeActivity/gradlew | 4 ++-- samples/calculator/gradle/wrapper/gradle-wrapper.properties | 2 +- samples/calculator/gradlew | 4 ++-- .../kotlin-library/gradle/wrapper/gradle-wrapper.properties | 2 +- samples/cocoapods/kotlin-library/gradlew | 4 ++-- samples/gradle/wrapper/gradle-wrapper.properties | 2 +- samples/gradlew | 4 ++-- tools/kotlin-native-gradle-plugin/build.gradle | 2 +- 13 files changed, 19 insertions(+), 18 deletions(-) diff --git a/build-tools/src/main/groovy/org/jetbrains/kotlin/NativeInteropPlugin.groovy b/build-tools/src/main/groovy/org/jetbrains/kotlin/NativeInteropPlugin.groovy index 35913945e8e..56f7e9f84a7 100644 --- a/build-tools/src/main/groovy/org/jetbrains/kotlin/NativeInteropPlugin.groovy +++ b/build-tools/src/main/groovy/org/jetbrains/kotlin/NativeInteropPlugin.groovy @@ -23,6 +23,7 @@ import org.gradle.api.Task import org.gradle.api.artifacts.Configuration import org.gradle.api.file.FileCollection import org.gradle.api.internal.AbstractNamedDomainObjectContainer +import org.gradle.api.internal.CollectionCallbackActionDecorator import org.gradle.api.internal.file.AbstractFileCollection import org.gradle.api.tasks.JavaExec import org.gradle.api.tasks.SourceSet @@ -266,7 +267,7 @@ class NativeInteropExtension extends AbstractNamedDomainObjectContainer