File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ import org.gradle.plugin.use.PluginDependencySpec
1010object versions {
1111 const val spotless = " 6.23.3"
1212 const val ktlint = " 1.0.0"
13- const val kotlin = " 1.9.23 "
14- const val agp = " 8.3 .1"
13+ const val kotlin = " 2.0.0 "
14+ const val agp = " 8.4 .1"
1515 const val gradleVersions = " 0.50.0"
16- const val googleKsp = " 1.9.23 -1.0.19 "
16+ const val googleKsp = " 2.0.0 -1.0.22 "
1717 const val buildKonfig = " 0.15.1"
1818}
1919
@@ -118,7 +118,7 @@ object deps {
118118 }
119119
120120 object kmpViewModel {
121- private const val version = " 0.7.1 "
121+ private const val version = " 0.8.0 "
122122 const val core = " io.github.hoc081098:kmp-viewmodel:$version "
123123 const val savedState = " io.github.hoc081098:kmp-viewmodel-savedstate:$version "
124124 }
You can’t perform that action at this time.
0 commit comments