Skip to content

Commit 5fdd9ff

Browse files
Update Kotlin Dependencies
1 parent ae425bb commit 5fdd9ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AdaptiveUiCodelab/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ android {
5656
compose = true
5757
}
5858
composeOptions {
59-
kotlinCompilerExtensionVersion = "1.5.13"
59+
kotlinCompilerExtensionVersion = "1.5.14"
6060
}
6161
packaging {
6262
resources {

AdaptiveUiCodelab/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ activityCompose = "1.9.0"
66
espressoCore = "3.5.1"
77
junit = "4.13.2"
88
junitVersion = "1.1.5"
9-
kotlin = "1.9.23"
10-
kotlinxCoroutinesAndroid = "1.8.0"
9+
kotlin = "2.0.0"
10+
kotlinxCoroutinesAndroid = "1.8.1"
1111
lifecycle = "2.7.0"
1212
material3Adaptive = "1.0.0-beta01"
1313
material3AdaptiveNavSuite = "1.3.0-beta01"

0 commit comments

Comments
 (0)