Skip to content

Commit dae5f32

Browse files
committed
Remove background thread test tasks
With the new memory model these are not needed anymore.
1 parent 896aae9 commit dae5f32

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

build.gradle

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -77,22 +77,6 @@ kotlin {
7777
target.compilations.test.defaultSourceSet.dependsOn(sourceSets.nonJvmTest)
7878
}
7979
}
80-
81-
// Add a test binary and execution for native targets which runs on a background thread.
82-
targets.withType(org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTargetWithTests).all {
83-
binaries {
84-
test('background', [org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType.DEBUG]) {
85-
freeCompilerArgs += [
86-
"-trw"
87-
]
88-
}
89-
}
90-
testRuns {
91-
background {
92-
setExecutionSourceFrom(binaries.getByName("backgroundDebugTest"))
93-
}
94-
}
95-
}
9680
}
9781

9882
apply plugin: 'com.diffplug.spotless'

0 commit comments

Comments
 (0)