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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user