Skip to content

Commit d11abf7

Browse files
committed
fix: Change Kotlin bytecode target to 1.8
1 parent 07a8f64 commit d11abf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

benchmark/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ android {
2222
sourceCompatibility 1.8
2323
targetCompatibility 1.8
2424
}
25+
kotlinOptions {
26+
jvmTarget = "1.8"
27+
}
2528
}
2629

2730
dependencies {

0 commit comments

Comments
 (0)