mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 11:05:04 +03:00
c67ee78580
Signed-off-by: denis0001-dev <denis0001.dev@ya.ru>
20 lines
552 B
Kotlin
20 lines
552 B
Kotlin
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
alias(libs.plugins.compose.multiplatform) apply false
|
|
alias(libs.plugins.compose.compiler) apply false
|
|
alias(libs.plugins.kotlin.multiplatform) apply false
|
|
alias(libs.plugins.kotlin.multiplatform.library) apply false
|
|
alias(libs.plugins.android.library) apply false
|
|
alias(libs.plugins.google.services) apply false
|
|
}
|
|
|
|
buildscript {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
classpath(libs.google.services)
|
|
}
|
|
} |