33 */
44
55object Deps {
6- private const val kotlinVersion = " 1.4.0 "
6+ private const val kotlinVersion = " 1.4.21 "
77
88 private const val androidAppCompatVersion = " 1.1.0"
99 private const val materialDesignVersion = " 1.0.0"
@@ -12,10 +12,10 @@ object Deps {
1212
1313 private const val detektVersion = " 1.7.4"
1414
15- private const val coroutinesVersion = " 1.3.9 "
16- private const val mokoMvvmVersion = " 0.8 .0"
17- private const val mokoResourcesVersion = " 0.13.1 "
18- const val mokoErrorsVersion = " 0.3.0 "
15+ private const val coroutinesVersion = " 1.4.2 "
16+ private const val mokoMvvmVersion = " 0.9 .0"
17+ private const val mokoResourcesVersion = " 0.14.0 "
18+ const val mokoErrorsVersion = " 0.3.1 "
1919
2020 object Android {
2121 const val compileSdk = 28
@@ -55,14 +55,17 @@ object Deps {
5555 const val lifecycle = " androidx.lifecycle:lifecycle-extensions:$androidLifecycleVersion "
5656 const val coroutines =
5757 " org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion "
58+
59+ const val mokoMvvmDataBinding = " dev.icerock.moko:mvvm-databinding:$mokoMvvmVersion "
5860 }
5961
6062 object MultiPlatform {
6163 const val coroutines =
6264 " org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion "
6365 const val mokoResources =
6466 " dev.icerock.moko:resources:$mokoResourcesVersion "
65- const val mokoMvvm = " dev.icerock.moko:mvvm:$mokoMvvmVersion "
67+ const val mokoMvvmCore = " dev.icerock.moko:mvvm-core:$mokoMvvmVersion "
68+ const val mokoMvvmLiveData = " dev.icerock.moko:mvvm-livedata:$mokoMvvmVersion "
6669 const val mokoErrors = " dev.icerock.moko:errors:$mokoErrorsVersion "
6770 }
6871
0 commit comments