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

Why the dependency on Android support? #13

Closed
sanity opened this issue Oct 26, 2018 · 4 comments
Closed

Why the dependency on Android support? #13

sanity opened this issue Oct 26, 2018 · 4 comments

Comments

@sanity
Copy link

sanity commented Oct 26, 2018

This isn't a big issue, but I'm curious why the plugin depends on Android support being enabled in IntelliJ - seems like it should work with any Gradle project, android or not.

@scana
Copy link
Owner

scana commented Oct 29, 2018

Hi, the plugin is using some classes from Android Support plugin (e.g. for managing adding dependencies to gradle files).

This could be enhanced by extracting specific classes from Android Support plugin and embedding them into this one.

@scana
Copy link
Owner

scana commented Feb 22, 2020

Tracked here: #22

@scana
Copy link
Owner

scana commented Jan 9, 2021

@sanity I have finally found some spare time to remove dependency on Android Support plugin - available in 1.0.0 😄

@scana scana closed this as completed Jan 9, 2021
@sanity
Copy link
Author

sanity commented Jan 9, 2021

@sanity I have finally found some spare time to remove dependency on Android Support plugin - available in 1.0.0 😄

Thank you :)

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 a pull request may close this issue.

2 participants