Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
Currently we still use Library versions in buildSrc which we have to manually update using manesVersion, we want to migrate all the used dependencies from buildSrc/../Libraries.kt to gradle/libs.versions.toml
Hey there! Thank you for creating an issue :) Please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
Issue Guidelines
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
You may find an answer in already closed issues: https://github.com/AniTrend/android-emojify/issues?q=is%3Aissue+is%3Aclosed
Feature Information
Currently we still use
Library
versions inbuildSrc
which we have to manually update usingmanesVersion
, we want to migrate all the used dependencies frombuildSrc/../Libraries.kt
togradle/libs.versions.toml
Solution Information
Refer to this doc for additional context: https://docs.gradle.org/current/userguide/platforms.html also see example PR https://github.com/AniTrend/support-arch/pull/88