Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавить в проблемы и решения про ненастоящие ошибки Gradle Sync #27

Open
Alex009 opened this issue Jun 18, 2021 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Alex009
Copy link
Member

Alex009 commented Jun 18, 2021

Например может выводить

Gradle sync failed: Cause: multiplatformResources.multiplatformResourcesPackage is required! please configure moko-resources plugin correctly

хотя по правде проблема в другом и ./gradlew help ее выведет.
пример где можно воспроизвести - https://gitlab.icerockdev.com/recipes/recipes-mobile/-/tree/reproduce/moko-resources-plugin-issue
описание от нашедшего кейс:

в общем берешь рабочий проект, добавляешь в deps несуществующую реально фичу и из корневого на нее ссылаешься:
val mppModules = listOf(
Deps.Modules.domain,
Deps.Modules.Feature.auth,
Deps.Modules.Feature.splash,
Deps.Modules.Feature.register,
Deps.Modules.Feature.profile,
Deps.Modules.Feature.foodplan,
Deps.Modules.Feature.recipeslist,
Deps.Modules.Feature.wtflist, //??
Deps.Modules.Entities.user,
Deps.Modules.Entities.foodplan,
Deps.Modules.Entities.recipes
)

@Alex009 Alex009 added the documentation Improvements or additions to documentation label Jun 18, 2021
@Alex009 Alex009 self-assigned this Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant