File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717plugins {
1818 id ' com.android.application'
19- id ' kotlin-android'
2019 id ' org.jetbrains.kotlin.plugin.compose'
2120}
2221
Original file line number Diff line number Diff line change 1616
1717plugins {
1818 id ' com.android.application'
19- id ' org.jetbrains.kotlin.android'
2019 id ' org.jetbrains.kotlin.plugin.compose'
2120}
2221
@@ -47,9 +46,6 @@ android {
4746 sourceCompatibility JavaVersion . VERSION_1_8
4847 targetCompatibility JavaVersion . VERSION_1_8
4948 }
50- kotlinOptions {
51- jvmTarget = ' 1.8'
52- }
5349 buildFeatures {
5450 compose true
5551 }
Original file line number Diff line number Diff line change 1616
1717plugins {
1818 id ' com.android.application'
19- id ' kotlin-android'
2019 id ' org.jetbrains.kotlin.plugin.compose'
2120}
2221
@@ -61,10 +60,6 @@ android {
6160 targetCompatibility JavaVersion . VERSION_1_8
6261 }
6362
64- kotlinOptions {
65- jvmTarget = ' 1.8'
66- }
67-
6863 buildFeatures {
6964 compose true
7065 }
Original file line number Diff line number Diff line change 1616
1717plugins {
1818 id ' com.android.application'
19- id ' kotlin-android'
2019 id ' org.jetbrains.kotlin.plugin.compose'
2120}
2221
Original file line number Diff line number Diff line change 1616
1717plugins {
1818 id ' com.android.application'
19- id ' kotlin-android'
2019 id ' org.jetbrains.kotlin.plugin.compose'
2120}
2221
You can’t perform that action at this time.
0 commit comments