remove unnecessary i18n-kmk dependence

This commit is contained in:
Tran M. Cuong 2024-06-16 20:16:06 +07:00
parent 7a99a9a9b5
commit c8a0ba67ec
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2
4 changed files with 0 additions and 12 deletions

View file

@ -19,9 +19,6 @@ android {
dependencies {
implementation(projects.i18n)
// KMK -->
implementation(projects.i18nKmk)
// KMK <--
// SY -->
implementation(projects.i18nSy)
// SY <--

View file

@ -16,9 +16,6 @@ android {
dependencies {
api(projects.core.common)
api(projects.i18n)
// KMK -->
api(projects.i18nKmk)
// KMK <--
// SY -->
api(projects.i18nSy)
// SY <--

View file

@ -14,9 +14,6 @@ kotlin {
api(libs.injekt.core)
api(libs.rxjava)
api(libs.jsoup)
// KMK -->
api(projects.i18nKmk)
// KMK <--
// SY -->
api(projects.i18n)
api(projects.i18nSy)

View file

@ -10,9 +10,6 @@ kotlin {
dependencies {
implementation(projects.sourceApi)
api(projects.i18n)
// KMK -->
api(projects.i18nKmk)
// KMK <--
// SY -->
api(projects.i18nSy)
// SY <--