icerockdev / moko-template

Template project of a Mobile (Android & iOS) Kotlin MultiPlatform project with the MOKO libraries and modularized architecture
https://moko.icerock.dev/
Apache License 2.0
461 stars 47 forks source link

kotlin 1.4.21 #21

Closed Alex009 closed 3 years ago

Alex009 commented 3 years ago
Alex009 commented 3 years ago

strange bug with resolving

Following dependencies exported in the MultiPlatformLibraryDebugFramework binary are not specified as API-dependencies of a corresponding source set:

  com.github.aakira:napier-iosarm64:1.4.1

  Please add them in the API-dependencies and rerun the build.

it reproduced only if dependency first time download...after put in cache all ok. reproducer: ./gradlew detekt build check --no-build-cache --refresh-dependencies

i think we can merge...