Skip to content

v0.7.0

Compare
Choose a tag to compare
@jmfayard jmfayard released this 13 Oct 11:24

The plugin will in the future focus on :refreshVersions.

For now it is published under two names, with an identical content:

plugins {
  id("de.fayard.refreshVersions").version("0.7.0")
  // or
  id("de.fayard.buildSrcVersions).version("0.7.0")
}

Next step: integration with https://github.com/LouisCAD/Splitties

See #104

Changes:

  • New configuration: orderBy = GROUP_AND_LENGTH or GROUP_AND_ALPHABETICAL #65
  • PluginConfig.virtualGroups for kotlinx-coroutines #102