Skip to content

Commit 8c3fcef

Browse files
author
Automerger
committed
Merge branch 'github/main'
2 parents 1c1e5a7 + e37ebd4 commit 8c3fcef

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/KotlinAndroid.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ androidxActivity = "1.6.1"
66
androidxAppCompat = "1.5.1"
77
androidxBrowser = "1.4.0"
88
androidxComposeBom = "2022.12.00"
9-
androidxComposeCompiler = "1.4.0-alpha02"
9+
androidxComposeCompiler = "1.4.0"
1010
androidxComposeRuntimeTracing = "1.0.0-alpha01"
1111
androidxCore = "1.9.0"
1212
androidxCoreSplashscreen = "1.0.0"
@@ -36,18 +36,18 @@ hilt = "2.44.2"
3636
hiltExt = "1.0.0"
3737
jacoco = "0.8.7"
3838
junit4 = "4.13.2"
39-
kotlin = "1.7.21"
39+
kotlin = "1.8.0"
4040
kotlinxCoroutines = "1.6.4"
4141
kotlinxDatetime = "0.4.0"
4242
kotlinxSerializationJson = "1.4.1"
43-
ksp = "1.7.21-1.0.8"
43+
ksp = "1.8.0-1.0.9"
4444
lint = "30.3.1"
4545
okhttp = "4.10.0"
4646
protobuf = "3.21.12"
4747
protobufPlugin = "0.8.19"
4848
retrofit = "2.9.0"
4949
retrofitKotlinxSerializationJson = "0.8.0"
50-
room = "2.5.0-rc01"
50+
room = "2.5.0"
5151
secrets = "2.0.1"
5252
turbine = "0.12.1"
5353

0 commit comments

Comments
 (0)