File tree Expand file tree Collapse file tree
dl3/android/DeepLabV3Demo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ android {
4242 }
4343 kotlinOptions { jvmTarget = " 1.8" }
4444 buildFeatures { compose = true }
45- composeOptions { kotlinCompilerExtensionVersion = " 1.4.3 " }
45+ composeOptions { kotlinCompilerExtensionVersion = " 1.5.14 " }
4646 packaging { resources { excludes + = " /META-INF/{AL2.0,LGPL2.1}" } }
4747}
4848
Original file line number Diff line number Diff line change 88
99// Top-level build file where you can add configuration options common to all sub-projects/modules.
1010plugins {
11- id(" com.android.application" ) version " 8.1.0 " apply false
12- id(" org.jetbrains.kotlin.android" ) version " 1.8.10 " apply false
11+ id(" com.android.application" ) version " 8.7.3 " apply false
12+ id(" org.jetbrains.kotlin.android" ) version " 1.9.24 " apply false
1313}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ android {
3838 }
3939 kotlinOptions { jvmTarget = " 1.8" }
4040 buildFeatures { compose = true }
41- composeOptions { kotlinCompilerExtensionVersion = " 1.4.3 " }
41+ composeOptions { kotlinCompilerExtensionVersion = " 1.5.14 " }
4242}
4343
4444dependencies {
Original file line number Diff line number Diff line change 88
99// Top-level build file where you can add configuration options common to all sub-projects/modules.
1010plugins {
11- id(" com.android.application" ) version " 8.1.0 " apply false
12- id(" org.jetbrains.kotlin.android" ) version " 1.8.10 " apply false
11+ id(" com.android.application" ) version " 8.7.3 " apply false
12+ id(" org.jetbrains.kotlin.android" ) version " 1.9.24 " apply false
1313}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ android {
3838 }
3939 kotlinOptions { jvmTarget = " 1.8" }
4040 buildFeatures { compose = true }
41- composeOptions { kotlinCompilerExtensionVersion = " 1.4.3 " }
41+ composeOptions { kotlinCompilerExtensionVersion = " 1.5.14 " }
4242}
4343
4444dependencies {
Original file line number Diff line number Diff line change 88
99// Top-level build file where you can add configuration options common to all sub-projects/modules.
1010plugins {
11- id(" com.android.application" ) version " 8.1.0 " apply false
12- id(" org.jetbrains.kotlin.android" ) version " 1.8.10 " apply false
11+ id(" com.android.application" ) version " 8.7.3 " apply false
12+ id(" org.jetbrains.kotlin.android" ) version " 1.9.24 " apply false
1313}
You can’t perform that action at this time.
0 commit comments