File tree 6 files changed +9
-12
lines changed
stream-result-call-retrofit
src/test/kotlin/io/getstream/result/call/retrofit
6 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ android {
36
36
}
37
37
38
38
compileOptions {
39
- sourceCompatibility = JavaVersion .VERSION_11
40
- targetCompatibility = JavaVersion .VERSION_11
39
+ sourceCompatibility = JavaVersion .VERSION_17
40
+ targetCompatibility = JavaVersion .VERSION_17
41
41
}
42
42
43
43
lint {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ apiValidation {
20
20
21
21
subprojects {
22
22
tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > ().all {
23
- kotlinOptions.jvmTarget = JavaVersion .VERSION_11 .toString()
23
+ kotlinOptions.jvmTarget = JavaVersion .VERSION_17 .toString()
24
24
}
25
25
26
26
apply (plugin = rootProject.libs.plugins.spotless.get().pluginId)
Original file line number Diff line number Diff line change @@ -48,13 +48,10 @@ android {
48
48
}
49
49
50
50
compileOptions {
51
- sourceCompatibility = JavaVersion .VERSION_11
52
- targetCompatibility = JavaVersion .VERSION_11
51
+ sourceCompatibility = JavaVersion .VERSION_17
52
+ targetCompatibility = JavaVersion .VERSION_17
53
53
}
54
54
55
- kotlinOptions {
56
- jvmTarget = " 11"
57
- }
58
55
}
59
56
60
57
tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ android {
105
105
}
106
106
107
107
compileOptions {
108
- sourceCompatibility = JavaVersion .VERSION_11
109
- targetCompatibility = JavaVersion .VERSION_11
108
+ sourceCompatibility = JavaVersion .VERSION_17
109
+ targetCompatibility = JavaVersion .VERSION_17
110
110
}
111
111
}
112
112
dependencies {
Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ android {
93
93
}
94
94
95
95
compileOptions {
96
- sourceCompatibility = JavaVersion .VERSION_11
97
- targetCompatibility = JavaVersion .VERSION_11
96
+ sourceCompatibility = JavaVersion .VERSION_17
97
+ targetCompatibility = JavaVersion .VERSION_17
98
98
}
99
99
}
100
100
You can’t perform that action at this time.
0 commit comments