Skip to content

Commit

Permalink
fix lincheck/jvmBenchmark resolve in IDEA
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Moiseenko <[email protected]>
  • Loading branch information
eupp committed Jun 10, 2024
1 parent 27870e2 commit c0e8ce9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ kotlin {
implementation("com.github.ajalt.clikt:clikt:$cliktVersion")
}
}

jvmBenchmark.dependsOn(jvmMain)
}
}

Expand Down

0 comments on commit c0e8ce9

Please sign in to comment.