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

Lenient 'Dev JVM' target #8

Open
sellmair opened this issue Nov 11, 2024 · 1 comment
Open

Lenient 'Dev JVM' target #8

sellmair opened this issue Nov 11, 2024 · 1 comment

Comments

@sellmair
Copy link
Member

We would like to offer a 'JVM' target which is lenient in the following ways:

  • Does not block dependency resolution (e.g. if a project only supports iOS and Android, then DR should not fail for the dev target)
  • Does not require providing actuals (e.g. calls into actuals shall be mocked)
@ApoloApps
Copy link

This is necessary especially in big projects so that you dont have to recompile lots of code and its better to have a separate dev source set from the production one

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