add dependency to generated classes

This commit is contained in:
Vasily Levchenko
2016-09-29 17:55:43 +03:00
parent b1e89a4d41
commit d61bb4a6e5
+1
View File
@@ -17,6 +17,7 @@ apply plugin: org.jetbrains.kotlin.NativeInteropPlugin
ext.deps = files("$kotlin_ir_path/kotlinc/lib/kotlin-compiler.jar",
"$kotlin_ir_path/kotlinc/lib/kotlin-runtime.jar",
"$kotlin_ir_path/kotlinc/lib/kotlin-reflect.jar",
"build/classes",
"${project(':Interop:Runtime').buildDir}/classes/main")
sourceSets {