Add generated interop libraries in compile dependency configuration (#1864)

This commit is contained in:
Ilya Matveev
2018-09-11 16:07:33 +03:00
committed by GitHub
parent 712e23f8b0
commit 29048ce5ae
5 changed files with 56 additions and 8 deletions
@@ -24,6 +24,9 @@ interface CInteropSettings: Named {
// TODO: Provide an interface for native compilations.
val compilation: KotlinCompilation
val dependencyConfigurationName: String
var dependencyFiles: FileCollection
// DSL.
fun defFile(file: Any)