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 5a7a687 commit 42b4bd0Copy full SHA for 42b4bd0
plugin/main/src/kotlinx/benchmark/gradle/AndroidSourceGenerator.kt
@@ -12,7 +12,7 @@ fun Project.generateBenchmarkSourceFiles(
12
) {
13
14
// TODO: Path needs to generate files
15
- val targetPath = "E:/Android/AndroidProjects/kotlin-qualification-task/microbenchmark"
+ val targetPath = "/Users/abduqodiri.qurbonzoda_1/AndroidStudioProjects/kotlin-qualification-task/microbenchmark"
16
val androidTestDir = File(targetPath).resolve("src/androidTest/kotlin")
17
if (!androidTestDir.exists()) {
18
androidTestDir.mkdirs()
0 commit comments