AmirHossein Abdolmotallebi b14c2bb5ad add localization
2024-10-31 00:09:26 +03:30

12 lines
331 B
Plaintext

plugins {
id(MyPlugins.kotlin)
id(MyPlugins.composeBase)
}
dependencies {
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.ui)
implementation(compose.components.resources)
implementation(project(":shared:utils"))
api(project(":shared:resources:contracts"))
}