-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
versionsMapping = mapOf("coroutines" to "org.getbrains.kotlinx:kotlinx-coroutines") #102
Comments
jmfayard
changed the title
groupTogether("org.getbrains.kotlinx:coroutines-.*")
groupVersions("org.getbrains.kotlinx:coroutines-.*")
Oct 11, 2019
jmfayard
changed the title
groupVersions("org.getbrains.kotlinx:coroutines-.*")
groupStartingWith("org.getbrains.kotlinx:coroutines-")
Oct 11, 2019
jmfayard
changed the title
groupStartingWith("org.getbrains.kotlinx:coroutines-")
virtualGroups("org.getbrains.kotlinx:kotlinx-coroutines")
Oct 11, 2019
jmfayard
changed the title
virtualGroups("org.getbrains.kotlinx:kotlinx-coroutines")
PluginConfig.virtualGroups = mutableListOf("org.getbrains.kotlinx:kotlinx-coroutines")
Oct 12, 2019
jmfayard
pushed a commit
to LouisCAD/Splitties
that referenced
this issue
Oct 12, 2019
jmfayard
pushed a commit
that referenced
this issue
Oct 12, 2019
jmfayard
pushed a commit
that referenced
this issue
Oct 12, 2019
jmfayard
changed the title
PluginConfig.virtualGroups = mutableListOf("org.getbrains.kotlinx:kotlinx-coroutines")
alignVersionsForGroups("org.getbrains.kotlinx:kotlinx-coroutines")
Oct 22, 2019
jmfayard
added a commit
that referenced
this issue
Oct 23, 2019
jmfayard
changed the title
alignVersionsForGroups("org.getbrains.kotlinx:kotlinx-coroutines")
versionsMapping = mapOf("coroutines" to "org.getbrains.kotlinx:kotlinx-coroutines")
Oct 25, 2019
I think this issue is now obsolete and should be closed, do you agree @jmfayard ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a feature currently hard-coded for kotlinx-coroutines and serializations.
It should be made configurable.
That would also increase performance once I implement #105 LouisCAD/Splitties@develop...dependencies-updates-poc
should generate
version.coroutines=1.0.0
One thing you have to check is whether it's actually possible to write the
resolutionStrategy
so that theversionsMapping
we talk about works. It may be the case that we can accessextension.versionsMapping
only after Gradle is configured and then it's too late to use the new versions.If not, find another solution or do something simpler like the current
PluginConfig.alignVersionsForGroups
The text was updated successfully, but these errors were encountered: