kotlinx-benchmark icon indicating copy to clipboard operation
kotlinx-benchmark copied to clipboard

Convert Gradle scripts from Groovy DSL to Kotlin DSL

Open adam-enko opened this issue 8 months ago • 1 comments

The Kotlin DSL has many advantages over the Groovy DSL, making it easier to work with.

Some of kotlinx-benchmark's build scripts already use Kotlin DSL, and this PR converts the remaining ones.

I have intentionally tried to keep changes to a minimum, and focused on keeping the same behaviour. There should be no impact on the code or artifacts.

Part of https://youtrack.jetbrains.com/issue/KT-66764

adam-enko avatar Jul 03 '24 09:07 adam-enko