From 9b899d76dbb491be4abebb5d870b394ed8072c00 Mon Sep 17 00:00:00 2001 From: Dmitriy Dolovov Date: Wed, 3 Jul 2019 14:05:28 +0700 Subject: [PATCH] Don't explicitly resolve 'kotlinCommonSources' configuration in ':backend.native:unzipStdlibSources' task. This breaks composite build with Kotlin. --- backend.native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.native/build.gradle b/backend.native/build.gradle index 48c6d28276a..6cdcd25f614 100644 --- a/backend.native/build.gradle +++ b/backend.native/build.gradle @@ -171,7 +171,7 @@ def commonSrc = file('build/stdlib') task unzipStdlibSources(type: CopyCommonSources) { outputDir commonSrc - sourcePaths configurations.kotlinCommonSources.files + sourcePaths configurations.kotlinCommonSources } final List stdLibSrc = [