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

Feature Request: MR naming possibility #267

Closed
iamthevoid opened this issue Dec 6, 2021 · 1 comment · Fixed by #292
Closed

Feature Request: MR naming possibility #267

iamthevoid opened this issue Dec 6, 2021 · 1 comment · Fixed by #292
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@iamthevoid
Copy link

iamthevoid commented Dec 6, 2021

In multimodule project there are many MR's can be generated.

If i try to call they from swift i stuck into naming problem. Interop make MR, MR_, MR__ ... from they

It is too bad for using in production, because it is impossible to predict what name new MR from another module will get.

For example If i use 100 strings from MR, 50 from MR_ in Swift code nobody can garauntee that new module MR wont't became MR or MR_ and old code breaks.

At the time it can be solved with typealiases, but looks like it should be part of library logic

@Alex009 Alex009 added the enhancement New feature or request label Dec 16, 2021
@Alex009 Alex009 added this to the 0.18.0 milestone Dec 16, 2021
@Alex009 Alex009 self-assigned this Jan 22, 2022
Alex009 added a commit that referenced this issue Jan 22, 2022
Alex009 added a commit that referenced this issue Jan 22, 2022
…me-possibility

# Conflicts:
#	resources-generator/src/main/kotlin/dev/icerock/gradle/MultiplatformResourcesPlugin.kt
@Alex009 Alex009 linked a pull request Jan 22, 2022 that will close this issue
Alex009 added a commit that referenced this issue Jan 22, 2022
@Alex009
Copy link
Member

Alex009 commented Jan 22, 2022

will be available in 0.18.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants