icerockdev / moko-mvvm

Model-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
997 stars 95 forks source link

Build error #81

Closed SebastianPeredoM closed 3 years ago

SebastianPeredoM commented 3 years ago

Hi. When building I have this error

Could not determine the dependencies of task ':shared:compileKotlinMetadata'.

Couldn't resolve metadata artifact for ModuleDependencyIdentifier(groupId=dev.icerock.moko, moduleId=resources) in configuration ':shared:iosArm64CompileKlibraries'

Screen Shot 2020-12-07 at 23 03 10

Alex009 commented 3 years ago

hi @SebastianPeredoM ! please use workaround for now: https://github.com/icerockdev/moko-mvvm/issues/63#issuecomment-698342092

when we release next version with kotlin 1.4.21 - this workaround will not be required

Alex009 commented 3 years ago

workaround not needed after 0.8.1 release