mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-23 03:25:06 +03:00
Make a robust sending system
This commit is contained in:
@@ -83,6 +83,7 @@ kotlin {
|
||||
}
|
||||
|
||||
androidMain.dependencies {
|
||||
implementation(libs.androidx.exifinterface)
|
||||
implementation(libs.ktor.client.okhttp)
|
||||
implementation(libs.firebase.messaging)
|
||||
implementation(libs.androidx.activity.compose)
|
||||
@@ -117,6 +118,10 @@ compose.resources {
|
||||
generateResClass = auto
|
||||
}
|
||||
|
||||
tasks.matching { it.name == "compileAndroidMain" || it.name == "compileKotlinIosArm64" }.configureEach {
|
||||
dependsOn("generateResourceAccessorsForCommonMain")
|
||||
}
|
||||
|
||||
tasks.register("generateResourceAccessors") {
|
||||
dependsOn(
|
||||
*(
|
||||
|
||||
Reference in New Issue
Block a user