Native: fix benchmarksAnalyzer build configuration
Likely broken by e07e92c9
This commit is contained in:
committed by
Space Team
parent
aa1b18b0c8
commit
6979271998
@@ -104,6 +104,11 @@ 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 {
|
||||
|
||||
Reference in New Issue
Block a user