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

Add possibility to disable auto-application of Moshi dependency #662

Merged

Conversation

plnice
Copy link
Contributor

@plnice plnice commented Sep 5, 2024

This allows to rely on manually applied, possibly newer version of Moshi dependency, and not auto-adding older version unnecessarily by the IR plugin.

* Set this property to false to disable auto-application of the Moshi dependency. Enabled by
* default.
*/
val applyMoshi: Property<Boolean> = objects.property(Boolean::class.java).convention(true)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's call it applyMoshiDependency

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, done (by amending previous commit)

@plnice plnice force-pushed the plnice/option-to-disable-applying-moshi branch from 6bd53fd to 1c669a6 Compare September 6, 2024 13:30
@plnice plnice force-pushed the plnice/option-to-disable-applying-moshi branch from 1c669a6 to 729541a Compare September 6, 2024 13:33
@ZacSweers ZacSweers merged commit 4f2af93 into ZacSweers:main Sep 16, 2024
3 checks passed
@unoexperto
Copy link

@ZacSweers which version will this flag be released in ?

@ZacSweers
Copy link
Owner

When it's released

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

Successfully merging this pull request may close these issues.

3 participants