Skip to content

Commit 5790503

Browse files
authored
const val kotlinVersion = "2.0.0"
1 parent 0da2bac commit 5790503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.gradle.plugin.use.PluginDependenciesSpec
77
import org.gradle.plugin.use.PluginDependencySpec
88

99
const val ktlintVersion = "1.0.0"
10-
const val kotlinVersion = "1.9.25"
10+
const val kotlinVersion = "2.0.0"
1111

1212
object appConfig {
1313
const val applicationId = "com.hoc.flowmvi"

0 commit comments

Comments
 (0)