[Gradle] Enable applyDefaultHierarchyTemplate back for...
...testCInteropsDoesNotDependOnAnySourceCompilation test ^KT-59596 Verification Pending
This commit is contained in:
committed by
Space Team
parent
b37ebb47d9
commit
373c838ebb
+1
-5
@@ -381,11 +381,7 @@ open class CommonizerIT : KGPBaseTest() {
|
|||||||
gradleVersion,
|
gradleVersion,
|
||||||
buildOptions = defaultBuildOptions.copy(logLevel = LogLevel.DEBUG)
|
buildOptions = defaultBuildOptions.copy(logLevel = LogLevel.DEBUG)
|
||||||
) {
|
) {
|
||||||
build(
|
build("commonizeCInterop") {
|
||||||
"commonizeCInterop",
|
|
||||||
/* See: https://youtrack.jetbrains.com/issue/KT-59596/CInterop-commonization-depends-on-compile-tasks */
|
|
||||||
"-Pkotlin.mpp.applyDefaultHierarchyTemplate=false"
|
|
||||||
) {
|
|
||||||
assertTasksExecuted(":p1:commonizeCInterop")
|
assertTasksExecuted(":p1:commonizeCInterop")
|
||||||
assertTasksExecuted(":p2:commonizeCInterop")
|
assertTasksExecuted(":p2:commonizeCInterop")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user