File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ internal fun Project.configureKotlinAndroid(
4040 }
4141
4242 compileOptions {
43- sourceCompatibility = JavaVersion .VERSION_1_8
44- targetCompatibility = JavaVersion .VERSION_1_8
43+ sourceCompatibility = JavaVersion .VERSION_11
44+ targetCompatibility = JavaVersion .VERSION_11
4545 isCoreLibraryDesugaringEnabled = true
4646 }
4747
@@ -59,8 +59,8 @@ internal fun Project.configureKotlinAndroid(
5959 " -opt-in=kotlin.Experimental" ,
6060 )
6161
62- // Set JVM target to 1.8
63- jvmTarget = JavaVersion .VERSION_1_8 .toString()
62+ // Set JVM target to 11
63+ jvmTarget = JavaVersion .VERSION_11 .toString()
6464 }
6565 }
6666
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ androidxActivity = "1.6.1"
66androidxAppCompat = " 1.5.1"
77androidxBrowser = " 1.4.0"
88androidxComposeBom = " 2022.12.00"
9- androidxComposeCompiler = " 1.4.0-alpha02 "
9+ androidxComposeCompiler = " 1.4.0"
1010androidxComposeRuntimeTracing = " 1.0.0-alpha01"
1111androidxCore = " 1.9.0"
1212androidxCoreSplashscreen = " 1.0.0"
@@ -36,18 +36,18 @@ hilt = "2.44.2"
3636hiltExt = " 1.0.0"
3737jacoco = " 0.8.7"
3838junit4 = " 4.13.2"
39- kotlin = " 1.7.21 "
39+ kotlin = " 1.8.0 "
4040kotlinxCoroutines = " 1.6.4"
4141kotlinxDatetime = " 0.4.0"
4242kotlinxSerializationJson = " 1.4.1"
43- ksp = " 1.7.21 -1.0.8 "
43+ ksp = " 1.8.0 -1.0.9 "
4444lint = " 30.3.1"
4545okhttp = " 4.10.0"
4646protobuf = " 3.21.12"
4747protobufPlugin = " 0.8.19"
4848retrofit = " 2.9.0"
4949retrofitKotlinxSerializationJson = " 0.8.0"
50- room = " 2.5.0-rc01 "
50+ room = " 2.5.0"
5151secrets = " 2.0.1"
5252turbine = " 0.12.1"
5353
You can’t perform that action at this time.
0 commit comments