File tree 13 files changed +15
-15
lines changed
AdvancedStateAndSideEffectsCodelab
PerformanceCodelab/gradle
13 files changed +15
-15
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.7.2'
25
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 "
25
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0 "
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.21 " apply false
31
+ id ' org.jetbrains.kotlin.plugin.compose' version " 2.1.0 " 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.3"
6
6
espressoCore = " 3.6.1"
7
7
junit = " 4.13.2"
8
8
junitVersion = " 1.2.1"
9
- kotlin = " 2.0.21 "
9
+ kotlin = " 2.1.0 "
10
10
kotlinxCoroutinesAndroid = " 1.9.0"
11
11
lifecycle = " 2.8.7"
12
12
window = " 1.3.0"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ 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.21 "
24
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0 "
25
25
classpath " com.google.dagger:hilt-android-gradle-plugin:2.52"
26
26
classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21"
27
27
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ 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.21 "
24
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0 "
25
25
classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21"
26
26
}
27
27
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ 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.21 "
24
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0 "
25
25
classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21"
26
26
}
27
27
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ 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.21 "
24
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0 "
25
25
classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21"
26
26
}
27
27
}
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.7.2" apply false
20
- id(" org.jetbrains.kotlin.android" ) version " 2.0.21 " apply false
21
- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.0.21 " apply false
20
+ id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
21
+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0 " apply false
22
22
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ 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.21 "
25
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0 "
26
26
classpath " androidx.navigation:navigation-safe-args-gradle-plugin:2.8.3"
27
27
classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21"
28
28
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ 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.21 "
25
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0 "
26
26
classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21"
27
27
}
28
28
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ kotlinx-datetime = "0.6.1"
6
6
lifecycle-viewmodel-compose = " 2.8.7"
7
7
material-icons-core = " 1.7.5"
8
8
media3 = " 1.4.1"
9
- org-jetbrains-kotlin-android = " 2.0.21 "
9
+ org-jetbrains-kotlin-android = " 2.1.0 "
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 @@ -22,7 +22,7 @@ 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.21 "
25
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0 "
26
26
classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21"
27
27
}
28
28
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ 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.21 "
25
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0 "
26
26
classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21"
27
27
}
28
28
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ 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.21 "
24
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0 "
25
25
classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21"
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments