We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc50c9e commit 0ab619cCopy full SHA for 0ab619c
test-data-generator/build.gradle.kts
@@ -9,10 +9,6 @@ dependencies {
9
implementation(libs.kotlinx.coroutines.core)
10
}
11
12
-tasks.withType<Test> {
13
- enabled = false
14
-}
15
-
16
kotlin {
17
compilerOptions {
18
freeCompilerArgs = listOf("-Xcontext-parameters")
test-data/build.gradle.kts
@@ -7,8 +7,4 @@ dependencies {
7
compileOnly(libs.jspecify)
8
val generateTestData by tasks.registering(TestDataGeneratorTask::class)
0 commit comments