mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-12 18:22:22 +00:00
12 lines
426 B
Plaintext
12 lines
426 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")
|
|
// classpath("com.google.dagger:hilt-android-gradle-plugin:2.55")
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
alias(libs.plugins.jetbrains.kotlin.android) apply false
|
|
} |