File tree Expand file tree Collapse file tree 12 files changed +31
-31
lines changed Expand file tree Collapse file tree 12 files changed +31
-31
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ android {
3434 }
3535
3636 compileOptions {
37- sourceCompatibility = JavaVersion .VERSION_1_8
38- targetCompatibility = JavaVersion .VERSION_1_8
37+ sourceCompatibility = JavaVersion .VERSION_11
38+ targetCompatibility = JavaVersion .VERSION_11
3939 }
40- kotlinOptions { jvmTarget = JavaVersion .VERSION_1_8 .toString() }
40+ kotlinOptions { jvmTarget = JavaVersion .VERSION_11 .toString() }
4141 buildFeatures { viewBinding = true }
4242
4343 testOptions {
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ subprojects {
112112allprojects {
113113 tasks.withType<KotlinCompile > {
114114 kotlinOptions {
115- val version = JavaVersion .VERSION_1_8 .toString()
115+ val version = JavaVersion .VERSION_11 .toString()
116116 jvmTarget = version
117117 sourceCompatibility = version
118118 targetCompatibility = version
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ android {
2626 }
2727
2828 compileOptions {
29- sourceCompatibility = JavaVersion .VERSION_1_8
30- targetCompatibility = JavaVersion .VERSION_1_8
29+ sourceCompatibility = JavaVersion .VERSION_11
30+ targetCompatibility = JavaVersion .VERSION_11
3131 }
32- kotlinOptions { jvmTarget = JavaVersion .VERSION_1_8 .toString() }
32+ kotlinOptions { jvmTarget = JavaVersion .VERSION_11 .toString() }
3333
3434 testOptions {
3535 unitTests.isIncludeAndroidResources = true
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ plugins {
33}
44
55java {
6- sourceCompatibility = JavaVersion .VERSION_1_8
7- targetCompatibility = JavaVersion .VERSION_1_8
6+ sourceCompatibility = JavaVersion .VERSION_11
7+ targetCompatibility = JavaVersion .VERSION_11
88}
99
1010dependencies {
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ android {
2727 }
2828
2929 compileOptions {
30- sourceCompatibility = JavaVersion .VERSION_1_8
31- targetCompatibility = JavaVersion .VERSION_1_8
30+ sourceCompatibility = JavaVersion .VERSION_11
31+ targetCompatibility = JavaVersion .VERSION_11
3232 }
33- kotlinOptions { jvmTarget = JavaVersion .VERSION_1_8 .toString() }
33+ kotlinOptions { jvmTarget = JavaVersion .VERSION_11 .toString() }
3434
3535 testOptions {
3636 unitTests.isIncludeAndroidResources = true
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ plugins {
33}
44
55java {
6- sourceCompatibility = JavaVersion .VERSION_1_8
7- targetCompatibility = JavaVersion .VERSION_1_8
6+ sourceCompatibility = JavaVersion .VERSION_11
7+ targetCompatibility = JavaVersion .VERSION_11
88}
99
1010dependencies {
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ android {
2727 }
2828
2929 compileOptions {
30- sourceCompatibility = JavaVersion .VERSION_1_8
31- targetCompatibility = JavaVersion .VERSION_1_8
30+ sourceCompatibility = JavaVersion .VERSION_11
31+ targetCompatibility = JavaVersion .VERSION_11
3232 }
33- kotlinOptions { jvmTarget = JavaVersion .VERSION_1_8 .toString() }
33+ kotlinOptions { jvmTarget = JavaVersion .VERSION_11 .toString() }
3434 buildFeatures { viewBinding = true }
3535
3636 testOptions {
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ android {
3030 }
3131
3232 compileOptions {
33- sourceCompatibility = JavaVersion .VERSION_1_8
34- targetCompatibility = JavaVersion .VERSION_1_8
33+ sourceCompatibility = JavaVersion .VERSION_11
34+ targetCompatibility = JavaVersion .VERSION_11
3535 }
36- kotlinOptions { jvmTarget = JavaVersion .VERSION_1_8 .toString() }
36+ kotlinOptions { jvmTarget = JavaVersion .VERSION_11 .toString() }
3737
3838 buildFeatures { viewBinding = true }
3939
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ android {
2727 }
2828
2929 compileOptions {
30- sourceCompatibility = JavaVersion .VERSION_1_8
31- targetCompatibility = JavaVersion .VERSION_1_8
30+ sourceCompatibility = JavaVersion .VERSION_11
31+ targetCompatibility = JavaVersion .VERSION_11
3232 }
33- kotlinOptions { jvmTarget = JavaVersion .VERSION_1_8 .toString() }
33+ kotlinOptions { jvmTarget = JavaVersion .VERSION_11 .toString() }
3434 buildFeatures { viewBinding = true }
3535
3636 testOptions {
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ android {
2525 }
2626 }
2727 compileOptions {
28- sourceCompatibility = JavaVersion .VERSION_1_8
29- targetCompatibility = JavaVersion .VERSION_1_8
28+ sourceCompatibility = JavaVersion .VERSION_11
29+ targetCompatibility = JavaVersion .VERSION_11
3030 }
31- kotlinOptions { jvmTarget = JavaVersion .VERSION_1_8 .toString() }
31+ kotlinOptions { jvmTarget = JavaVersion .VERSION_11 .toString() }
3232}
3333
3434dependencies {
You can’t perform that action at this time.
0 commit comments