hot-reload-analysis/build.gradle.kts [26:31]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - target.compilations.create("benchmark").apply { associateWith(target.compilations.getByName("main")) defaultSourceSet { dependencies { implementation(kotlin("compiler-embeddable")) implementation(deps.benchmark.runtime) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hot-reload-test/gradle-testFixtures/build.gradle.kts [22:27]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - target.compilations.create("benchmark").apply { associateWith(target.compilations.getByName("main")) defaultSourceSet { dependencies { implementation(kotlin("compiler-embeddable")) implementation(deps.benchmark.runtime) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -