We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896aae9 commit dae5f32Copy full SHA for dae5f32
build.gradle
@@ -77,22 +77,6 @@ kotlin {
77
target.compilations.test.defaultSourceSet.dependsOn(sourceSets.nonJvmTest)
78
}
79
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
96
97
98
apply plugin: 'com.diffplug.spotless'
0 commit comments