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

Update from buildSrc to Version Catalog #256

Merged
merged 5 commits into from
May 30, 2022
Merged

Commits on May 26, 2022

  1. ✨ Create Version Catalog file with all the dependencies

    File libs.versions.toml created migrating all the dependencies from
    buildSrc Dependencies to it. Also the Gradle version was updated to
    use the stable version of Version Catalog feature.
    igorescodro committed May 26, 2022
    Configuration menu
    Copy the full SHA
    f97f114 View commit details
    Browse the repository at this point in the history
  2. ✨ Create JVM Convention Plugins to replace KTS plugins

    New JVM Convention plugins created for the common module usages, such
    as Compose, Dynamic Delivery, Android and Kotlin. Also implemented the
    ones for Quality.
    
    Some unsafe calls were needed for libraries accessed from the JVM
    Convention files, which is not possible to be accessed safely, as
    acknowledge in this discussion:
    gradle/gradle#15383
    igorescodro committed May 26, 2022
    Configuration menu
    Copy the full SHA
    90f469f View commit details
    Browse the repository at this point in the history
  3. 🔥 Remove all buildSrc references

    Bye, bye!
    igorescodro committed May 26, 2022
    Configuration menu
    Copy the full SHA
    5c97b02 View commit details
    Browse the repository at this point in the history
  4. 🔧 Update All Gradle files to use JVM plugins

    Now that the buildSrc no longer exists, all the references were updated
    to JVM Convention Plugins.
    igorescodro committed May 26, 2022
    Configuration menu
    Copy the full SHA
    e05aaae View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. 🧐 Update PR comments

    Minor comment updated here
    igorescodro committed May 27, 2022
    Configuration menu
    Copy the full SHA
    8634c72 View commit details
    Browse the repository at this point in the history