is there a simpler example of using `kotlinx-bench...
# announcements
k
is there a simpler example of using
kotlinx-benchmark
with .kts Gradle scripts? example at https://github.com/Kotlin/kotlinx-benchmark/tree/master/examples is a complex one, and trying to simplify I'm getting nowhere...
i
Have you seen this one? https://github.com/Kotlin/kotlinx-benchmark/tree/master/examples/kotlin-kts What do you find complicated in it?
k
Thanks for taking the time! Later I did find that kotlin-kts example and it helped to get me started. Just yesterday I got stuck again, trying to move kotlinx-benchmark related code to a separate Gradle sourceSet, but I think I got it working now without too much duplication.
s
Hey! I’m pretty much stuck in the same situation (trying to use a separate
sourceSet
) – Would you mind sharing what your approach was/is?
205 Views