Interop: make gradle plugin more friendly to complex dependency management

when representing dependencies as file collection
some meta information gets lost
This commit is contained in:
Svyatoslav Scherbina
2016-10-31 12:57:45 +07:00
parent 8d2c0edd6b
commit 74ab1503c3
3 changed files with 10 additions and 19 deletions
+2 -2
View File
@@ -105,8 +105,8 @@ kotlinNativeInterop {
dependencies {
compilerCompile deps
compilerCompile kotlinNativeInterop['llvm']
compilerCompile kotlinNativeInterop['hash']
compilerCompile kotlinNativeInterop['llvm'].configuration
compilerCompile kotlinNativeInterop['hash'].configuration
cli_bcCompile deps
cli_bcCompile sourceSets.compiler.output