Revert "Native: fix benchmarksAnalyzer build configuration"

This reverts commit 6979271998.

Better approach via JVM toolchain was added in this commit: 737fdf31f9

Toolchain approach ensures both Java and Kotlin compilation are using
the same JDK version.
This commit is contained in:
Yahor Berdnikau
2022-11-30 12:02:59 +01:00
parent b883dc5434
commit 2fac6fb125
@@ -90,11 +90,6 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-metadata-klib:$metadataVersion")
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
afterEvaluate {
tasks.withType<KotlinCompile>().configureEach {
kotlinOptions {