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

update Gradle to 8.7

Open adam-enko opened this issue 10 months ago • 0 comments

  • replace deprecated Project.buildDir with layout.buildDirectory
  • replace deprecated createTempFile with Files.createTempFile
  • change NativeBenchmarkExec from open to abstract to avoid does not implement abstract base class member public abstract fun acceptServiceReferences error

Part of KT-66949

On hold - waiting for #204

adam-enko avatar Apr 10 '24 08:04 adam-enko