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

Возможность указывать include для settings.gradle.kts в рецепте #93

Open
TimurChikishev opened this issue Aug 1, 2023 · 0 comments

Comments

@TimurChikishev
Copy link

Было бы удобно в рецепте самому задавать модули, которые нужно прописать в settings.gradle.kts. Например как addDependencies это делает c зависимостями. Сейчас получается, что include создается не очень хорошо и прихлдится руками поправлять.

Вот например вместо того, чтобы написать include(":android:mymodule") шаблон генерит это:
Screenshot 2023-08-01 at 17 48 58

Еще это бы могло решить проблему, которая не дает одним шаблоном сгенерировать в settings.gradle.kts два вложенных модуля. Вот пример структуры, который я сделал

257553895-d56e48ea-8bd7-4dcb-82fc-224dc77a5b02

в settings.gradle.kts появится только:
include(":shared-feature-module")

а мне нужно:
include(":shared-feature-module:api")
include(":shared-feature-module:impl")

@TimurChikishev TimurChikishev changed the title Возможность указывать settings.gradle.kts в рецепте Возможность указывать include для settings.gradle.kts в рецепте Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants