File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
11
11
}
12
12
dependencies {
13
13
classpath(" com.android.tools.build:gradle:7.0.3" )
14
- classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31 " )
14
+ classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
15
15
classpath(" com.diffplug.spotless:spotless-plugin-gradle:5.17.0" )
16
16
classpath(" dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0" )
17
17
classpath(" org.jacoco:org.jacoco.core:0.8.7" )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import org.gradle.plugin.use.PluginDependenciesSpec
6
6
import org.gradle.plugin.use.PluginDependencySpec
7
7
8
8
const val ktlintVersion = " 0.41.0"
9
- const val kotlinVersion = " 1.5.21 "
9
+ const val kotlinVersion = " 1.5.31 "
10
10
11
11
object appConfig {
12
12
const val applicationId = " com.hoc.flowmvi"
You can’t perform that action at this time.
0 commit comments