File tree Expand file tree Collapse file tree 10 files changed +17
-17
lines changed
AdvancedStateAndSideEffectsCodelab
PerformanceCodelab/gradle Expand file tree Collapse file tree 10 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ buildscript {
2222
2323 dependencies {
2424 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 "
2626 }
2727}
2828
2929plugins {
3030 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
3232}
3333
3434subprojects {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ activityCompose = "1.9.0"
66espressoCore = " 3.6.0"
77junit = " 4.13.2"
88junitVersion = " 1.2.0"
9- kotlin = " 2.0.0 "
9+ kotlin = " 2.0.20 "
1010kotlinxCoroutinesAndroid = " 1.8.1"
1111lifecycle = " 2.8.2"
1212material3Adaptive = " 1.0.0-beta03"
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ buildscript {
2121 }
2222 dependencies {
2323 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 "
2525 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 "
2727 }
2828}
2929
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ buildscript {
2020 }
2121 dependencies {
2222 classpath " com.android.tools.build:gradle:8.5.0"
23- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0 "
24- classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.0 "
23+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20 "
24+ classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.20 "
2525 }
2626}
2727
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ buildscript {
2222
2323 dependencies {
2424 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 "
2626 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 "
2828 }
2929}
3030
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ android {
7070 }
7171
7272 composeOptions {
73- kotlinCompilerExtensionVersion ' 1.5.14 '
73+ kotlinCompilerExtensionVersion ' 1.5.15 '
7474 }
7575
7676 packagingOptions {
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ buildscript {
2222
2323 dependencies {
2424 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 "
2727 }
2828}
2929
Original file line number Diff line number Diff line change 22coil = " 2.6.0"
33com-android-application = " 8.5.0"
44desugar_jdk_libs = " 2.0.4"
5- kotlinx-datetime = " 0.6.0 "
5+ kotlinx-datetime = " 0.6.1 "
66lifecycle-viewmodel-compose = " 2.8.2"
77material-icons-core = " 1.6.8"
88media3 = " 1.3.1"
9- org-jetbrains-kotlin-android = " 2.0.0 "
9+ org-jetbrains-kotlin-android = " 2.0.20 "
1010core-ktx = " 1.13.1"
1111junit = " 4.13.2"
1212androidx-test-ext-junit = " 1.2.0"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ buildscript {
3030 espressoVersion = ' 3.6.0'
3131 fragmentVersion = ' 1.8.0'
3232 junitVersion = ' 4.13.1'
33- kotlinVersion = ' 2.0.0 '
33+ kotlinVersion = ' 2.0.20 '
3434 ktlintVersion = ' 0.48.2'
3535 ktxVersion = ' 1.13.1'
3636 lifecycleVersion = ' 2.3.0'
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ buildscript {
2222
2323 dependencies {
2424 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 "
2727 }
2828}
2929
You can’t perform that action at this time.
0 commit comments