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

Grouping dependencies with groupDependencies = ["room": "androidx.room", "splitties": "com.louiscad.splitties"] #90

Closed
jmfayard opened this issue Sep 27, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@jmfayard
Copy link
Member

jmfayard commented Sep 27, 2019

#help wanted#, #hacktoberfest

If someone wants to work on it, please check-out the branch buildSrcVersions-90


Given the following configuration

buildSrcVersions {
    groupDependencies = ["room": "androidx.room", "splitties": "com.louiscad.splitties"]
}

then we should generate a code like this
https://github.com/jmfayard/buildSrcVersions/blob/25888376444f8f57a9e971a2267573e43a4ff3e7/sample-groovy/buildSrc/src/main/kotlin/Libs.kt#L7-L25

@jmfayard jmfayard added the help wanted Extra attention is needed label Sep 27, 2019
@jmfayard jmfayard changed the title object A { object { B { val hello = "Hello" } } works in Kotlin but not Groovy A.B.hello works in Kotlin but not Groovy Sep 27, 2019
@jmfayard jmfayard changed the title A.B.hello works in Kotlin but not Groovy Grouping dependencies by group Oct 2, 2019
@jmfayard jmfayard changed the title Grouping dependencies by group Grouping dependencies with groupDependencies = ["room": "androidx.room", "splitties": "com.louiscad.splitties"] Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant