kotlinx-benchmark
kotlinx-benchmark copied to clipboard
Support Gradle Project Isolation
Here we use findProperty function that looks to another Gradle Projects and break the Gradle sync with enabled Project isolation feature:
property benchmarks_jmh_version of :benchmarks
Project :benchmarks cannot dynamically look up a property in the parent project :
Possible solution can be to use providers.gradleProperty("benchmarks_jmh_version").orNull instead.
@dmitry-stakhov can you assign me this issue?
@deep4nsh, you can take the issue.
Thanks.
I forked the repo and commited the solution. @fzhinkin @dmitry-stakhov
@deep4nsh please open a pull request once you are ready to contribute the change.
yes done