File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ object Deps {
1414
1515 private const val coroutinesVersion = " 1.3.9"
1616 private const val mokoMvvmVersion = " 0.8.0"
17- private const val mokoResourcesVersion = " 0.13.0 "
17+ private const val mokoResourcesVersion = " 0.13.1 "
1818 const val mokoErrorsVersion = " 0.3.0"
1919
2020 object Android {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121 androidMainImplementation(Deps .Libs .Android .material)
2222
2323 commonMainImplementation(Deps .Libs .MultiPlatform .mokoMvvm)
24- commonMainImplementation (Deps .Libs .MultiPlatform .mokoResources)
24+ commonMainApi (Deps .Libs .MultiPlatform .mokoResources)
2525
2626 // temporary fix of https://youtrack.jetbrains.com/issue/KT-41083
2727 commonMainImplementation(" dev.icerock.moko:parcelize:0.4.0" )
You can’t perform that action at this time.
0 commit comments