2024-08-13 21:06:45 +05:30
|
|
|
buildscript {
|
|
|
|
|
dependencies {
|
|
|
|
|
classpath libs.google.services
|
|
|
|
|
classpath libs.gradle
|
|
|
|
|
classpath libs.perf.plugin
|
2024-10-14 19:42:38 +05:30
|
|
|
classpath libs.firebase.crashlytics.gradle
|
2024-08-13 21:06:45 +05:30
|
|
|
}
|
|
|
|
|
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
2024-05-02 14:49:19 +05:30
|
|
|
plugins {
|
2024-07-31 20:52:15 +05:30
|
|
|
alias(libs.plugins.androidApplication) apply false
|
2024-05-02 14:49:19 +05:30
|
|
|
alias(libs.plugins.jetbrainsKotlinAndroid) apply false
|
2024-07-31 20:52:15 +05:30
|
|
|
alias(libs.plugins.navigationSafeArgs) apply false
|
2024-08-05 20:53:29 +05:30
|
|
|
alias(libs.plugins.ksp) apply false
|
2024-05-02 14:49:19 +05:30
|
|
|
}
|