File tree 9 files changed +16
-16
lines changed
AdvancedStateAndSideEffectsCodelab
PerformanceCodelab/gradle
9 files changed +16
-16
lines changed 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.8.1'
25
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10 "
25
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20 "
26
26
}
27
27
}
28
28
29
29
plugins {
30
30
id ' com.diffplug.spotless' version ' 7.0.2'
31
- id ' org.jetbrains.kotlin.plugin.compose' version " 2.1.10 " apply false
31
+ id ' org.jetbrains.kotlin.plugin.compose' version " 2.1.20 " apply false
32
32
}
33
33
34
34
subprojects {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ activityCompose = "1.10.0"
6
6
espressoCore = " 3.6.1"
7
7
junit = " 4.13.2"
8
8
junitVersion = " 1.2.1"
9
- kotlin = " 2.1.10 "
9
+ kotlin = " 2.1.20 "
10
10
kotlinxCoroutinesAndroid = " 1.10.1"
11
11
lifecycle = " 2.8.7"
12
12
material3Adaptive = " 1.0.0"
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.8.1"
24
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10 "
24
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20 "
25
25
classpath " com.google.dagger:hilt-android-gradle-plugin:2.55"
26
- classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10 "
26
+ classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.20 "
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.8.1"
23
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10 "
24
- classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10 "
23
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20 "
24
+ classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.20 "
25
25
}
26
26
}
27
27
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.8.1"
25
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10 "
25
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20 "
26
26
classpath " androidx.navigation:navigation-safe-args-gradle-plugin:2.8.7"
27
- classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10 "
27
+ classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.20 "
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.8.1"
25
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10 "
26
- classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10 "
25
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20 "
26
+ classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.20 "
27
27
}
28
28
}
29
29
Original file line number Diff line number Diff line change 2
2
coil = " 2.7.0"
3
3
com-android-application = " 8.8.1"
4
4
desugar_jdk_libs = " 2.1.4"
5
- kotlinx-datetime = " 0.6.1 "
5
+ kotlinx-datetime = " 0.6.2 "
6
6
lifecycle-viewmodel-compose = " 2.8.7"
7
7
material-icons-core = " 1.7.8"
8
8
media3 = " 1.5.1"
9
- org-jetbrains-kotlin-android = " 2.1.10 "
9
+ org-jetbrains-kotlin-android = " 2.1.20 "
10
10
core-ktx = " 1.15.0"
11
11
junit = " 4.13.2"
12
12
androidx-test-ext-junit = " 1.2.1"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ buildscript {
30
30
espressoVersion = ' 3.6.1'
31
31
fragmentVersion = ' 1.8.6'
32
32
junitVersion = ' 4.13.1'
33
- kotlinVersion = ' 2.1.10 '
33
+ kotlinVersion = ' 2.1.20 '
34
34
ktlintVersion = ' 0.48.2'
35
35
ktxVersion = ' 1.15.0'
36
36
lifecycleVersion = ' 2.3.0'
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.8.1'
25
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10 "
26
- classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.10 "
25
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20 "
26
+ classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.20 "
27
27
}
28
28
}
29
29
You can’t perform that action at this time.
0 commit comments