File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
77// Top-level build file where you can add configuration options common to all sub-projects/modules.
88
99plugins {
10- id(" org.jetbrains.kotlinx.kover" ) version " 0.7.3 " apply false
11- id(" com.diffplug.spotless" ) version " 6.22 .0" apply false
10+ id(" org.jetbrains.kotlinx.kover" ) version " 0.7.5 " apply false
11+ id(" com.diffplug.spotless" ) version " 6.23 .0" apply false
1212}
1313
1414buildscript {
@@ -19,10 +19,10 @@ buildscript {
1919 maven(url = " https://oss.sonatype.org/content/repositories/snapshots" )
2020 }
2121 dependencies {
22- classpath(" com.android.tools.build:gradle:8.1.3 " )
22+ classpath(" com.android.tools.build:gradle:8.1.4 " )
2323 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
24- classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.22 .0" )
25- classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.15.0 " )
24+ classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.23 .0" )
25+ classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.15.1 " )
2626 classpath(" com.github.ben-manes:gradle-versions-plugin:0.46.0" )
2727 }
2828}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.gradle.plugin.use.PluginDependenciesSpec
77import org.gradle.plugin.use.PluginDependencySpec
88
99const val ktlintVersion = " 1.0.0"
10- const val kotlinVersion = " 1.9.20 "
10+ const val kotlinVersion = " 1.9.21 "
1111
1212object appConfig {
1313 const val applicationId = " com.hoc.flowmvi"
You can’t perform that action at this time.
0 commit comments