File tree Expand file tree Collapse file tree 3 files changed +12
-17
lines changed Expand file tree Collapse file tree 3 files changed +12
-17
lines changed Original file line number Diff line number Diff line change @@ -23,19 +23,15 @@ android {
23
23
}
24
24
}
25
25
26
- compileOptions {
27
- sourceCompatibility 1.8
28
- targetCompatibility 1.8
29
- }
30
-
31
- kotlinOptions {
32
- jvmTarget = ' 1.8'
33
- }
34
26
buildFeatures {
35
27
buildConfig true
36
28
}
37
29
}
38
30
31
+ kotlin {
32
+ jvmToolchain(17 )
33
+ }
34
+
39
35
dependencies {
40
36
implementation libs. kotlin. stdlib
41
37
implementation libs. androidx. core
Original file line number Diff line number Diff line change @@ -37,15 +37,6 @@ android {
37
37
}
38
38
}
39
39
40
- compileOptions {
41
- sourceCompatibility 1.8
42
- targetCompatibility 1.8
43
- }
44
-
45
- kotlinOptions {
46
- jvmTarget = ' 1.8'
47
- }
48
-
49
40
testFixtures {
50
41
enable = true
51
42
}
@@ -57,6 +48,10 @@ android {
57
48
}
58
49
}
59
50
51
+ kotlin {
52
+ jvmToolchain(17 )
53
+ }
54
+
60
55
dependencies {
61
56
implementation libs. kotlin. stdlib
62
57
implementation libs. okio
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ pluginManagement {
5
5
}
6
6
}
7
7
8
+ plugins {
9
+ id ' org.gradle.toolchains.foojay-resolver-convention' version ' 0.5.0'
10
+ }
11
+
8
12
dependencyResolutionManagement {
9
13
repositories {
10
14
google()
You can’t perform that action at this time.
0 commit comments