mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-03-17 23:14:07 +01:00
Initial commit
This commit is contained in:
16
scripts/feature_module.gradle
Normal file
16
scripts/feature_module.gradle
Normal file
@@ -0,0 +1,16 @@
|
||||
apply from: "$rootProject.projectDir/scripts/module.gradle"
|
||||
|
||||
android {
|
||||
dataBinding {
|
||||
enabled = true
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':core')
|
||||
|
||||
implementation libraries.fragment
|
||||
implementation libraries.lifecycle
|
||||
implementation libraries.navigation
|
||||
implementation libraries.constraintLayout
|
||||
}
|
||||
Reference in New Issue
Block a user