We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1850da + 42b98b6 commit ef72719Copy full SHA for ef72719
1 file changed
benchmark/build.gradle.kts
@@ -1,3 +1,5 @@
1
+import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2
+
3
/*
4
* Designed and developed by 2022 skydoves (Jaewoong Eum)
5
*
@@ -22,8 +24,10 @@ plugins {
22
24
android {
23
25
namespace = "com.skydoves.pokedex.benchmark"
26
- kotlinOptions {
- jvmTarget = "11"
27
+ kotlin {
28
+ compilerOptions {
29
+ jvmTarget = JvmTarget.JVM_11
30
+ }
31
}
32
33
defaultConfig {
0 commit comments