Skip to content

Commit 42b4bd0

Browse files
Abduqodiri Qurbonzodakx412764776
authored andcommitted
Change the paths to the kotlin-qualification-task
To make it work in my laptop
1 parent 5a7a687 commit 42b4bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/main/src/kotlinx/benchmark/gradle/AndroidSourceGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fun Project.generateBenchmarkSourceFiles(
1212
) {
1313

1414
// TODO: Path needs to generate files
15-
val targetPath = "E:/Android/AndroidProjects/kotlin-qualification-task/microbenchmark"
15+
val targetPath = "/Users/abduqodiri.qurbonzoda_1/AndroidStudioProjects/kotlin-qualification-task/microbenchmark"
1616
val androidTestDir = File(targetPath).resolve("src/androidTest/kotlin")
1717
if (!androidTestDir.exists()) {
1818
androidTestDir.mkdirs()

0 commit comments

Comments
 (0)