File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ android {
3939 }
4040 }
4141 compileOptions {
42- sourceCompatibility = JavaVersion .VERSION_11
43- targetCompatibility = JavaVersion .VERSION_11
42+ sourceCompatibility = JavaVersion .VERSION_17
43+ targetCompatibility = JavaVersion .VERSION_17
4444 }
4545 kotlinOptions {
46- jvmTarget = " 11 "
46+ jvmTarget = " 17 "
4747 }
4848 buildFeatures {
4949 viewBinding = true
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ android {
4141 }
4242 }
4343 compileOptions {
44- sourceCompatibility = JavaVersion .VERSION_11
45- targetCompatibility = JavaVersion .VERSION_11
44+ sourceCompatibility = JavaVersion .VERSION_17
45+ targetCompatibility = JavaVersion .VERSION_17
4646 }
4747 kotlinOptions {
48- jvmTarget = " 11 "
48+ jvmTarget = " 17 "
4949 }
5050 composeOptions {
5151 kotlinCompilerExtensionVersion = " 1.5.1"
You can’t perform that action at this time.
0 commit comments