File tree Expand file tree Collapse file tree 14 files changed +26
-26
lines changed
AdvancedStateAndSideEffectsCodelab
PerformanceCodelab/gradle Expand file tree Collapse file tree 14 files changed +26
-26
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.5.0'
25
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0 "
25
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20 "
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.0 " apply false
31
+ id ' org.jetbrains.kotlin.plugin.compose' version " 2.0.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.9.0"
6
6
espressoCore = " 3.6.0"
7
7
junit = " 4.13.2"
8
8
junitVersion = " 1.2.0"
9
- kotlin = " 2.0.0 "
9
+ kotlin = " 2.0.20 "
10
10
kotlinxCoroutinesAndroid = " 1.8.1"
11
11
lifecycle = " 2.8.2"
12
12
window = " 1.3.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.5.0"
24
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0 "
24
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20 "
25
25
classpath " com.google.dagger:hilt-android-gradle-plugin:2.51.1"
26
- classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.0 "
26
+ classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20 "
27
27
}
28
28
}
29
29
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ buildscript {
21
21
}
22
22
dependencies {
23
23
classpath ' com.android.tools.build:gradle:8.5.0'
24
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0 "
25
- classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.0 "
24
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20 "
25
+ classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20 "
26
26
}
27
27
}
28
28
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ buildscript {
21
21
}
22
22
dependencies {
23
23
classpath " com.android.tools.build:gradle:8.5.0"
24
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0 "
25
- classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.0 "
24
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20 "
25
+ classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20 "
26
26
}
27
27
}
28
28
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ buildscript {
21
21
22
22
dependencies {
23
23
classpath ' com.android.tools.build:gradle:8.5.0'
24
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0 "
25
- classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.0 "
24
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20 "
25
+ classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20 "
26
26
}
27
27
}
28
28
Original file line number Diff line number Diff line change 17
17
// Top-level build file where you can add configuration options common to all sub-projects/modules.
18
18
plugins {
19
19
id(" com.android.application" ) version " 8.5.0" apply false
20
- id(" org.jetbrains.kotlin.android" ) version " 2.0.0 " apply false
21
- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.0.0 " apply false
20
+ id(" org.jetbrains.kotlin.android" ) version " 2.0.20 " apply false
21
+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.0.20 " apply false
22
22
}
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.5.0"
25
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0 "
25
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20 "
26
26
classpath " androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7"
27
- classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.0 "
27
+ classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20 "
28
28
}
29
29
}
30
30
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ android {
70
70
}
71
71
72
72
composeOptions {
73
- kotlinCompilerExtensionVersion ' 1.5.14 '
73
+ kotlinCompilerExtensionVersion ' 1.5.15 '
74
74
}
75
75
76
76
packagingOptions {
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.5.0"
25
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0 "
26
- classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.0 "
25
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20 "
26
+ classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20 "
27
27
}
28
28
}
29
29
You can’t perform that action at this time.
0 commit comments