mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-04-29 12:17:14 +02:00
Initial commit
This commit is contained in:
14
features/list/build.gradle
Normal file
14
features/list/build.gradle
Normal file
@@ -0,0 +1,14 @@
|
||||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-kapt'
|
||||
|
||||
apply from: "$rootProject.projectDir/scripts/feature_module.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
testImplementation testLibraries.jUnitApi
|
||||
testImplementation testLibraries.mockk
|
||||
testImplementation testLibraries.kluent
|
||||
testImplementation testLibraries.coroutinesTest
|
||||
}
|
||||
Reference in New Issue
Block a user