File tree Expand file tree Collapse file tree 14 files changed +22
-64
lines changed
AdvancedStateAndSideEffectsCodelab
src/androidTest/java/androidx/compose/samples/crane
PerformanceCodelab/gradle Expand file tree Collapse file tree 14 files changed +22
-64
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ dependencies {
94
94
implementation " com.google.accompanist:accompanist-swiperefresh:$accompanist_version "
95
95
implementation " com.google.accompanist:accompanist-systemuicontroller:$accompanist_version "
96
96
97
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 "
97
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 "
98
98
99
99
implementation ' androidx.appcompat:appcompat:1.7.0'
100
100
implementation ' androidx.activity:activity-ktx:1.9.3'
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ buildscript {
22
22
23
23
dependencies {
24
24
classpath ' com.android.tools.build:gradle:8.7.2'
25
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20 "
25
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 "
26
26
}
27
27
}
28
28
29
29
plugins {
30
30
id ' com.diffplug.spotless' version ' 6.25.0'
31
- id ' org.jetbrains.kotlin.plugin.compose' version " 2.0.20 " apply false
31
+ id ' org.jetbrains.kotlin.plugin.compose' version " 2.0.21 " apply false
32
32
}
33
33
34
34
subprojects {
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ activityCompose = "1.9.3"
6
6
espressoCore = " 3.6.1"
7
7
junit = " 4.13.2"
8
8
junitVersion = " 1.2.1"
9
- kotlin = " 2.0.20 "
10
- kotlinxCoroutinesAndroid = " 1.8.1 "
9
+ kotlin = " 2.0.21 "
10
+ kotlinxCoroutinesAndroid = " 1.9.0 "
11
11
lifecycle = " 2.8.7"
12
12
material3Adaptive = " 1.0.0"
13
13
material3AdaptiveNavSuite = " 1.3.1"
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ android {
93
93
}
94
94
95
95
dependencies {
96
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 "
96
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 "
97
97
implementation " com.google.android.libraries.maps:maps:3.1.0-beta"
98
98
implementation " com.google.maps.android:maps-v3-ktx:3.4.0"
99
99
constraints {
@@ -136,7 +136,7 @@ dependencies {
136
136
androidTestImplementation " androidx.test:rules:1.6.1"
137
137
androidTestImplementation " androidx.test.espresso:espresso-core:3.6.1"
138
138
androidTestImplementation " androidx.test.ext:junit-ktx:1.2.1"
139
- androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1 "
139
+ androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0 "
140
140
androidTestImplementation " com.google.dagger:hilt-android:2.52"
141
141
androidTestImplementation " com.google.dagger:hilt-android-testing:2.52"
142
142
kaptAndroidTest " com.google.dagger:hilt-compiler:2.52"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ buildscript {
21
21
}
22
22
dependencies {
23
23
classpath " com.android.tools.build:gradle:8.7.2"
24
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20 "
24
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 "
25
25
classpath " com.google.dagger:hilt-android-gradle-plugin:2.52"
26
- classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20 "
26
+ classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21 "
27
27
}
28
28
}
29
29
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ buildscript {
20
20
}
21
21
dependencies {
22
22
classpath " com.android.tools.build:gradle:8.7.2"
23
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20 "
24
- classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20 "
23
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 "
24
+ classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21 "
25
25
}
26
26
}
27
27
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ dependencies {
83
83
implementation " com.github.bumptech.glide:glide:4.16.0"
84
84
implementation " com.google.android.material:material:1.12.0"
85
85
implementation " com.google.code.gson:gson:2.11.0"
86
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 "
87
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 "
86
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 "
87
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 "
88
88
89
89
// Compose
90
90
implementation " androidx.compose.runtime:runtime"
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ buildscript {
22
22
23
23
dependencies {
24
24
classpath " com.android.tools.build:gradle:8.7.2"
25
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20 "
25
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 "
26
26
classpath " androidx.navigation:navigation-safe-args-gradle-plugin:2.8.3"
27
- classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20 "
27
+ classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21 "
28
28
}
29
29
}
30
30
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ buildscript {
22
22
23
23
dependencies {
24
24
classpath " com.android.tools.build:gradle:8.7.2"
25
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20 "
26
- classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20 "
25
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 "
26
+ classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21 "
27
27
}
28
28
}
29
29
You can’t perform that action at this time.
0 commit comments