Fixed setting production-on-test flag if project was not build
Make importing production-on-test flag more accurate when the project to be imported was not previously build
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
apply plugin: 'kotlin'
|
||||
|
||||
|
||||
evaluationDependsOn(":mppModule")
|
||||
dependencies {
|
||||
testCompile project(':mppModule')
|
||||
}
|
||||
testCompile project(':mppModule').kotlin.targets.jvm.compilations.test.output.allOutputs
|
||||
}
|
||||
+2
-1
@@ -1,2 +1,3 @@
|
||||
include 'javaModule'
|
||||
include 'mppModule'
|
||||
include 'javaModule'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user