Skip to content

Commit

Permalink
const val kotlinVersion = "2.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 authored Aug 24, 2024
1 parent 0da2bac commit 5790503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.gradle.plugin.use.PluginDependenciesSpec
import org.gradle.plugin.use.PluginDependencySpec

const val ktlintVersion = "1.0.0"
const val kotlinVersion = "1.9.25"
const val kotlinVersion = "2.0.0"

object appConfig {
const val applicationId = "com.hoc.flowmvi"
Expand Down

0 comments on commit 5790503

Please sign in to comment.