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

Mapping of AndroidX artifacts to constants (from Splitties Gradle plugin) #225

Merged
merged 6 commits into from
Nov 11, 2019

Conversation

LouisCAD
Copy link
Owner

The mapping is returned as a List<Pair<String, String>> by the getArtifactNameToSplittiesConstantMapping function in the plugin sources. No need for a CSV file. Kotlin-reflect is already embedded by Gradle so this can be used anytime needed.

This PR also includes some cleanup and indentation fix (to match official Kotlin style guide).

Closes #222

@LouisCAD LouisCAD self-assigned this Oct 24, 2019
@LouisCAD LouisCAD changed the title Androidx artifacts to constants (from Splitties Gradle plugin) mapping Mapping of AndroidX artifacts to constants (from Splitties Gradle plugin) Oct 24, 2019
@LouisCAD
Copy link
Owner Author

LouisCAD commented Nov 8, 2019

I can merge this one, right?

@jmfayard
Copy link
Collaborator

jmfayard commented Nov 8, 2019

Yes!

@jmfayard jmfayard merged commit c9e6f3d into develop Nov 11, 2019
@LouisCAD LouisCAD deleted the androidx-artifacts-to-constants-mapping branch March 22, 2020 09:44
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.

None yet

2 participants