mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-10 09:22:21 +00:00
11 lines
353 B
Plaintext
11 lines
353 B
Plaintext
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
buildscript {
|
|
dependencies {
|
|
classpath ("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.1")
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
alias(libs.plugins.jetbrains.kotlin.android) apply false
|
|
} |