We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae425bb commit 5fdd9ffCopy full SHA for 5fdd9ff
AdaptiveUiCodelab/app/build.gradle.kts
@@ -56,7 +56,7 @@ android {
56
compose = true
57
}
58
composeOptions {
59
- kotlinCompilerExtensionVersion = "1.5.13"
+ kotlinCompilerExtensionVersion = "1.5.14"
60
61
packaging {
62
resources {
AdaptiveUiCodelab/gradle/libs.versions.toml
@@ -6,8 +6,8 @@ activityCompose = "1.9.0"
6
espressoCore = "3.5.1"
7
junit = "4.13.2"
8
junitVersion = "1.1.5"
9
-kotlin = "1.9.23"
10
-kotlinxCoroutinesAndroid = "1.8.0"
+kotlin = "2.0.0"
+kotlinxCoroutinesAndroid = "1.8.1"
11
lifecycle = "2.7.0"
12
material3Adaptive = "1.0.0-beta01"
13
material3AdaptiveNavSuite = "1.3.0-beta01"
0 commit comments