mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-12-10 12:02:02 +01:00
Migrate to multiplatform string resources (#10147)
* Migrate to multiplatform string resources * Move plurals translations into separate files * Fix lint check on generated files
This commit is contained in:
@@ -9,6 +9,8 @@ kotlin {
|
||||
val commonMain by getting {
|
||||
dependencies {
|
||||
implementation(project(":source-api"))
|
||||
api(project(":i18n"))
|
||||
|
||||
implementation(libs.unifile)
|
||||
implementation(libs.junrar)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user