11object Deps {
2- private const val kotlinVersion = " 1.4.0 "
2+ private const val kotlinVersion = " 1.4.21 "
33
44 private const val androidAppCompatVersion = " 1.1.0"
55 private const val materialDesignVersion = " 1.0.0"
@@ -9,11 +9,11 @@ object Deps {
99
1010 private const val detektVersion = " 1.7.4"
1111
12- private const val coroutinesVersion = " 1.3.9 "
13- private const val mokoParcelizeVersion = " 0.4 .0"
12+ private const val coroutinesVersion = " 1.4.2 "
13+ private const val mokoParcelizeVersion = " 0.5 .0"
1414 private const val mokoPermissionsVersion = " 0.6.0"
15- private const val mokoMvvmVersion = " 0.8.0 "
16- const val mokoGeoVersion = " 0.3.0 "
15+ private const val mokoMvvmVersion = " 0.8.1 "
16+ const val mokoGeoVersion = " 0.3.1 "
1717
1818 object Android {
1919 const val compileSdk = 28
@@ -56,11 +56,8 @@ object Deps {
5656 const val coroutines =
5757 " org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion "
5858 const val mokoParcelize = " dev.icerock.moko:parcelize:$mokoParcelizeVersion "
59- val mokoPermissions = MultiPlatformLibrary (
60- common = " dev.icerock.moko:permissions:$mokoPermissionsVersion " ,
61- iosX64 = " dev.icerock.moko:permissions-iosx64:$mokoPermissionsVersion " ,
62- iosArm64 = " dev.icerock.moko:permissions-iosarm64:$mokoPermissionsVersion "
63- )
59+ val mokoPermissions = " dev.icerock.moko:permissions:$mokoPermissionsVersion "
60+ .defaultMPL(ios = true )
6461 const val mokoMvvm = " dev.icerock.moko:mvvm:$mokoMvvmVersion "
6562 const val mokoGeo = " dev.icerock.moko:geo:$mokoGeoVersion "
6663 }
0 commit comments