hot-reload-analysis/build.gradle.kts [32:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                implementation(project.dependencies.testFixtures(project(":hot-reload-core")))
            }
        }
    }
}


benchmark {
    targets.register("benchmark")
}

tasks.named { it == "benchmarkBenchmark" }.configureEach {
    this as JavaExec
    testWithCompiler {
        tasks.add(this@configureEach)
    }
}


dependencies {
    implementation(project(":hot-reload-core"))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



hot-reload-test/gradle-testFixtures/build.gradle.kts [29:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                implementation(project.dependencies.testFixtures(project(":hot-reload-core")))
            }
        }
    }
}

benchmark {
    targets.register("benchmark")
}

tasks.named { it == "benchmarkBenchmark" }.configureEach {
    this as JavaExec
    testWithCompiler {
        tasks.add(this@configureEach)
    }
}

dependencies {
    implementation(project(":hot-reload-core"))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



