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 df9f30a commit 81f26eaCopy full SHA for 81f26ea
grpc/grpc-core/build.gradle.kts
@@ -101,9 +101,10 @@ kotlin {
101
}
102
103
104
+ // configures linkReleaseTest task to build and link the test binary in RELEASE mode.
105
+ // this can be useful for performance analysis.
106
targets.withType<org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget>().configureEach {
107
binaries {
- // Ensure test binaries are created for both debug and release
108
test(
109
buildTypes = listOf(
110
org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType.RELEASE
0 commit comments